hanchenye-llvm-project/lld/test
Nick Kledzik e34182f396 [mach-o] binary reader and writer
This patch adds support for converting normalized mach-o to and from binary
mach-o. It also changes WriterMachO (which previously directly wrote a 
mach-o binary given a set of Atoms) to instead do it in two steps. The first 
step uses normalizedFromAtoms() to convert Atoms to normalized mach-o, and the
second step uses writeBinary() which to generate the mach-o binary file.  

llvm-svn: 194167
2013-11-06 21:36:55 +00:00
..
Driver [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00
core Run layout-transitivity test only when debugging is enabled. 2013-10-23 21:15:48 +00:00
darwin [mach-o] binary reader and writer 2013-11-06 21:36:55 +00:00
elf [ELF] Allow colons in the path. 2013-11-04 04:30:37 +00:00
pecoff [PECOFF] Report error if there's unknown flag in .drectve 2013-11-05 23:53:15 +00:00
CMakeLists.txt Add llc to check-lld deps. We use the command in lit.cfg. 2013-09-02 23:26:00 +00:00
linker-script.test [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
lit.cfg [PECOFF] Add a test for the resource file. 2013-11-04 05:17:54 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00