llvm-project/lld/test
Tim Northover f48f0620ed [mach-o]: atomize zero-terminated literals correctly.
When looking through sections with zero-terminated string-literals (__cstring
or __ustring) we were constantly rechecking the first few bytes of the string
for '\0' rather than advancing along. This obviously failed unless all strings
within the section had the same length as that first one.

llvm-svn: 211682
2014-06-25 11:21:51 +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 Update for llvm's r209253. 2014-05-21 13:07:41 +00:00
elf [ELF] Add two new virtual functions to the `OutputELFWriter` class to control 2014-06-25 07:55:55 +00:00
mach-o [mach-o]: atomize zero-terminated literals correctly. 2014-06-25 11:21:51 +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