lld currently selects the relocation model automatically depending on
the link flags specified, but in some cases it'd be useful to allow
explicitly overriding the relocation model using a flag.
Details
Details
- Reviewers
pcc • espindola
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
Comment Actions
LGTM
lld/test/ELF/lto/relocation-model.ll | ||
---|---|---|
41 | I think you shouldn't need the --export-dynamic --noinhibit-exec part here, maybe try removing them. |
I think you shouldn't need the --export-dynamic --noinhibit-exec part here, maybe try removing them.