Add a new testcase that reproduces a bug when BOLTing current
trunk LLD bootstrapped with trunk clang. This makes it official
that we do not support this transformation but are working on
it. When the support is ready, XFAIL should be removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with one comment
bolt/test/X86/gotpcrelx.s | ||
---|---|---|
4 | Can we also check the presence of R_X86_64_REX_GOTPCRELX relocation in the input binary? |
Comment Actions
LGTM
AFAIU this might be the first time where the skipRelocationProcess that I'm using for arm might be used for x86
Can we also check the presence of R_X86_64_REX_GOTPCRELX relocation in the input binary?