forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
[llvm-objcopy] broken for x86_64 4.9 and older #480
Copy link
Copy link
Closed
Labels
[ARCH] x86_64This bug impacts ARCH=x86_64This bug impacts ARCH=x86_64[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LLVM] 9This bug was fixed in LLVM 9.0This bug was fixed in LLVM 9.0[TOOL] llvm-objcopyThe issue is relevant to LLVM objcopyThe issue is relevant to LLVM objcopy
Metadata
Metadata
Assignees
Labels
[ARCH] x86_64This bug impacts ARCH=x86_64This bug impacts ARCH=x86_64[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LLVM] 9This bug was fixed in LLVM 9.0This bug was fixed in LLVM 9.0[TOOL] llvm-objcopyThe issue is relevant to LLVM objcopyThe issue is relevant to LLVM objcopy
Type
Fields
Give feedbackNo fields configured for issues without a type.
copypasta from @nathanchance in ClangBuiltLinux/continuous-integration#164:
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950119
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950119
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950121
Relevant bits of Makefile:
This was "resolved" upstream by torvalds@5620a0d, which we obviously can't backport. We could apply a local patch that removes the
fw-shippedrule in the Makefile or fixllvm-objcopy(if it is even broken).cc @rupprecht