llvm-capstone/lld/test
Tim Northover 7b0a1306b4 MachO: align segment virtual addresses to page size.
Segments must occupy a multiple of the page size in memory (4096 currently). We
check for this when emitting files, but the placement algorithm broke down for
the second non-__TEXT segment encountered: the offset wasn't aligned up to 4096
before starting its layout.

llvm-svn: 212031
2014-06-30 09:49:33 +00:00
..
core [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
darwin [mach-o] refactor x86_64 relocation handling. 2014-06-27 18:25:01 +00:00
Driver [ELF] Fix the bug -- LLD crashes if the --whole-archive option 2014-06-10 13:43:13 +00:00
elf [Driver] Improve the isPathUnderSysroot() function. Now it returns a 2014-06-26 10:48:52 +00:00
LinkerScript [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
mach-o MachO: align segment virtual addresses to page size. 2014-06-30 09:49:33 +00:00
pecoff [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
CMakeLists.txt Add missing dependency for check-lld. 2014-06-09 08:42:38 +00:00
lit.cfg XFAIL the Mips tests when we don't have the target. 2014-04-23 05:35:26 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00