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

Revert "driver: Move to GNU objcopy for arm32_v5 for now" #270

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

This reverts commit 4db0c1e19f8dc7ee6f9ae8ae50d20930ba689c39.

The issue has been fixed and the fix is available in the version of LLVM that our Docker container uses:

https://github.com/llvm/llvm-project/commits/cc1c5165585/llvm/tools/llvm-objcopy https://github.com/llvm/llvm-project/commit/ec786906f5feb4dceba1b5338927079e63e78095 Presubmit: https://travis-ci.com/github/nathanchance/continuous-integration/builds/163450700

nickdesaulniers commented 4 years ago

thanks for the original workaround and quick fix.