llvm-project/lld/test
Tim Northover 9ee9935358 MachO: re-enable writing of compact-unwind sections.
This isn't really the right place to put them in final object files (that would
be __TEXT,__unwind_info), but the format is different between relocatable and
final objects, which means we really need a pass to handle the translation.

For now, re-emitting in __LD,__compact_unwind is harmless (dyld ignores it and
moves straight on to inspecting __TEXT,__eh_frame), and sidesteps an assertion
failure when processing files containing compact-unwind info.

llvm-svn: 212032
2014-06-30 09:49:37 +00:00
..
Driver [ELF] Fix the bug -- LLD crashes if the --whole-archive option 2014-06-10 13:43:13 +00:00
LinkerScript [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +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
elf [Driver] Improve the `isPathUnderSysroot()` function. Now it returns a 2014-06-26 10:48:52 +00:00
mach-o MachO: re-enable writing of compact-unwind sections. 2014-06-30 09:49:37 +00:00
pecoff [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
CMakeLists.txt Add missing dependency for check-lld. 2014-06-09 08:42:38 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +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