summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/Inputs/dynsym.s
Commit message (Collapse)AuthorAgeFilesLines
* ELF: Preserve MustBeInDynSym for bitcode symbols.Peter Collingbourne2016-04-051-0/+3
Make sure to copy the MustBeInDynSym field when replacing shared symbols with bitcode symbols, and when replacing bitcode symbols with regular symbols in addCombinedLtoObject. Fixes interposition of DSO symbols with bitcode symbols in the main executable. Differential Revision: http://reviews.llvm.org/D18780 llvm-svn: 265371
OpenPOWER on IntegriCloud