Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
On x86-64, jmp foo is identical to jmp foo@PLT for GNU as/llvm mc newer than ~2018-02. Older assemblers may produce R_X86_64_PC32 and lead to a linker error is the symbol is defined in another DSO.
Comment Actions
This patch fixed this bot failure: https://lab.llvm.org/buildbot/#/builders/165/builds/17497
Maybe they are using older compiler version?