summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove trailing whitespaces.Rui Ueyama2016-07-252-4/+4
| | | | llvm-svn: 276649
* [ELF/LinkerScript] Use correct section name in a test.Davide Italiano2016-07-251-1/+1
| | | | llvm-svn: 276642
* [ELF] Test case for correct input section order, when sections are listed in ↵Eugene Leviant2016-07-251-0/+38
| | | | | | linker script llvm-svn: 276630
* [ELF] - Linkerscript: implemented output section [address] attribute.George Rimar2016-07-251-1/+1
| | | | | | | | | | | | | | | | Output section description in SECTIONS looks like that: section [address] [(type)] : ... { ... } Patch implements support of address atribute. Differential revision: https://reviews.llvm.org/D22689 llvm-svn: 276619
* [ELF] Fix the semantic of PROVIDE in linker scripts.Davide Italiano2016-07-252-4/+26
| | | | | | | | | | PROVIDE request us to define a symbol only if it is referenced and is not defined by any object included in the link. We created the symbol in the symbol table no matter what. Differential Revision: https://reviews.llvm.org/D22739 llvm-svn: 276592
* [ELF] Move linker script tests to a subdirectory. NFCI.Davide Italiano2016-07-2423-0/+1198
llvm-svn: 276582
OpenPOWER on IntegriCloud