Do not create .shstrtab and use .strtab instead.
authorRui Ueyama <ruiu@google.com>
Fri, 21 Oct 2016 03:23:23 +0000 (03:23 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 21 Oct 2016 03:23:23 +0000 (03:23 +0000)
commita9a2adcf25d336c2258330ab36f3c46e77cc714e
treee4041aa68fc914fbff3124ae7911d31c1ed2d99a
parentfdf0888b6969864d18ce262f4b343d9226b9e22a
Do not create .shstrtab and use .strtab instead.

In-memory ELF object files created here are consumed immediately,
so as long as the generated files are syntactically correct, we don't
care about the details.

llvm-svn: 284803
lld/ELF/ELFCreator.cpp