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

Recent failures after turning on more LLVM tools #164

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago
nickdesaulniers commented 5 years ago

that's ok, the failures were intentional to shake out bugs. Let's:

  1. File relevant bugs per issue to track getting these turned back on.
  2. revert my enabling of strip and objcopy
  3. fix bugs from 1
  4. revert the revert from 2 Sound good?
nathanchance commented 5 years ago

Sounds good to me!

rupprecht commented 5 years ago

For the glob characters issue, it sound like there's no opposition to just supporting them: https://bugs.llvm.org/show_bug.cgi?id=41268. No one has gotten around to it yet.

ihex support is coming in D60270, but I haven't had any time in the past few weeks to review it.

(edit: moved this to the bugs that were split off)

nathanchance commented 5 years ago

We are tracking this in https://github.com/ClangBuiltLinux/linux/issues/478 and https://github.com/ClangBuiltLinux/linux/issues/480, I don't think there is any reason to keep this open.