[PATCH] [lld] Update to LLVM ELFFile changes.
Shankar Kalpathi Easwaran
shankarke at gmail.com
Thu Aug 8 14:21:17 PDT 2013
other than this it LGTM.
================
Comment at: lib/ReaderWriter/ELF/File.h:320
@@ +319,3 @@
+ SymI->getType() == llvm::ELF::STT_TLS ||
+ SymI->getType() == llvm::ELF::STT_COMMON) {
+ _sectionSymbols[section].push_back(SymI);
----------------
This condition is covered in isCommonSymbol.
http://llvm-reviews.chandlerc.com/D1332
More information about the llvm-commits
mailing list