summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/copy-rel-symbol-value-err.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* Handle copy relocations in symbol assignments.Rafael Espindola2017-11-301-0/+12
When a linker script has "foo = bar" and bar is the result of a copy relocation foo should point to the same location in .bss. This is part of a growing evidence that copy relocations should be implemented by using replaceSymbol to replace the SharedSymbol with a Defined. llvm-svn: 319449
OpenPOWER on IntegriCloud