summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/mergeconstants.test
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/elf to test/old-elf.Rafael Espindola2015-11-171-20/+0
| | | | llvm-svn: 253312
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-161-1/+1
| | | | | | This is the first step in making ELF2 the default. llvm-svn: 253188
* YAML: Do not use 2^x notation to represent alignments.Rui Ueyama2015-03-251-1/+1
| | | | llvm-svn: 233222
* [ELF] change LayoutBefore Reference to InGroup ReferenceShankar Easwaran2014-02-031-3/+0
| | | | | | This makes it a lot easier for Section Group design. llvm-svn: 200675
* Fix trailing whitespace.Shankar Easwaran2014-01-271-1/+1
| | | | llvm-svn: 200182
* Fix test on 32 bit.Rui Ueyama2013-11-021-1/+3
| | | | | | | | This patch adds "-target x86_64" to the command line. Without this option, a 32 bit object file would be created on 32 bit machine, resulting in test failure. llvm-svn: 193904
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-1/+1
| | | | | | | | | | This adds an option --output-filetype that can be set to either YAML/Native(case insensitive). The linker would create the outputs associated with the type specified by the user. Changes all the tests to use the new option. llvm-svn: 191183
* [lld][ELF] Assign sectionChoice properly to ELF atomsShankar Easwaran2013-09-171-2/+0
| | | | | | | | | This sets the sectionChoice property for DefinedAtoms. The output section name is derived by the property of the atom. This also decreases native file size. Adds a test. llvm-svn: 190840
* [lld][test] organize test directory. No change in functionalityShankar Easwaran2013-08-311-0/+23
* Renames few tests which had extension objtxt to test * created core directory that contains all the core tests llvm-svn: 189720
OpenPOWER on IntegriCloud