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

driver: Move to GNU objcopy for arm32_v5 for now #269

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

There appears to be a bug in llvm-objcopy that was exposed by increasing the page size to 64K for 32-bit ARM.

Move to GNU objcopy until that it fixed.

Presubmit: https://travis-ci.com/github/nathanchance/continuous-integration/builds/162491349

nathanchance commented 4 years ago

thanks, hopefully we can get this fixed in time for clang-10.1 release.

We should probably change the LLVM bug to objcopy and cc those developers for them to take a look.

nickdesaulniers commented 4 years ago

We should probably change the LLVM bug to objcopy and cc those developers for them to take a look.

Done.