| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 253312
|
|
|
|
|
|
| |
This is the first step in making ELF2 the default.
llvm-svn: 253188
|
|
|
|
| |
llvm-svn: 233222
|
|
|
|
|
|
| |
This makes it a lot easier for Section Group design.
llvm-svn: 200675
|
|
|
|
| |
llvm-svn: 200182
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
* Renames few tests which had extension objtxt to test
* created core directory that contains all the core tests
llvm-svn: 189720
|