summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs/trivial-object-test2.elf-x86-64
Commit message (Collapse)AuthorAgeFilesLines
* [llvm\test\Object] - An initial step to cleanup the test cases.George Rimar2019-07-081-0/+0
| | | | | | | | | | | | This patch removes trivial-object-test.elf-i386, trivial-object-test.elf-x86-64 and trivial-object-test2.elf-x86-64 precompiled objects from test/Object/Inputs folder. I adjusted the existent test cases to use YAML instead. Differential revision: https://reviews.llvm.org/D64206 llvm-svn: 365348
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-231-0/+0
The symbol table has forward references in the file. Instead of allocating a temporary buffer or counting the size and then writing, this implementation writes a dummy value first and patches it once the final value is known. There is room for performance improvement. I will implement them as soon as I get some other features (like a ranlib mode) in. llvm-svn: 186934
OpenPOWER on IntegriCloud