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

turn on objcopy by default for all targets #141

Closed nickdesaulniers closed 5 years ago

nickdesaulniers commented 5 years ago

rerunning, as I think https://github.com/ClangBuiltLinux/linux/issues/435 is now resolved.

nathanchance commented 5 years ago

I don't think we don't have that patch in our clang build yet (version string says r360126, the patch is r360233). It should be there on the next refresh.

nickdesaulniers commented 5 years ago

@nathanchance I think we can merge this. Pre-existing failures are related to lld.

nathanchance commented 5 years ago

Hmmm interesting, how did this pass? Clang wasn't refreshed last night according to apt.llvm.org so nothing should have changed...

nickdesaulniers commented 5 years ago

oh, we probably fail the -n lld check for arm64 before we hit the objcopy issue.