ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

enable llvm-nm by default for all archs #159

Closed nickdesaulniers closed 5 years ago

nickdesaulniers commented 5 years ago

printing the version doesn't provide much meaningful info:

➜  kernel-all git:(master) ✗ llvm-nm --version
LLVM (http://llvm.org/):
  LLVM version 9.0.0svn
  Optimized build.
  Default target: x86_64-unknown-linux-gnu
  Host CPU: haswell

there's no version check because we don't have a minimum required version that we know about.