hanchenye-llvm-project/lld/lib
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
..
Core [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Driver MachO: rename _outputFileType to avoid shadowing parent field. 2014-06-20 15:59:00 +00:00
Passes Don't import error_code into the lld namespace. 2014-06-12 14:53:47 +00:00
ReaderWriter [mach-o]: atomize zero-terminated literals correctly. 2014-06-25 11:21:51 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00