| commit | 5559b2493526d5ff38a66cb38b276c2a7e93b0c9 | [log] [tgz] |
|---|---|---|
| author | Pete Cooper <peter_cooper@apple.com> | Mon Aug 08 23:20:04 2016 +0000 |
| committer | Pete Cooper <peter_cooper@apple.com> | Mon Aug 08 23:20:04 2016 +0000 |
| tree | 4f52db12740a987c67ceb5431671151d6112ffe2 | |
| parent | f53c8cb4394e5a560a2a1bbfcd8da00af72a645e [diff] |
The first string table entry should be a null terminated space, not just null. This matches the behaviour of ld64 which initializes the string table with ' ' then '\0'. lld only had the '\0' and needed the ' '. llvm-svn: 278071