[PATCH] D23794: [ELF] - Versionscript: support wildcards for extern "c++" tag.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 23:28:27 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/SymbolTable.cpp:609-610
@@ -600,2 +608,4 @@
std::map<std::string, SymbolBody *> Result;
+ if (!hasExternCpp())
+ return Result;
for (Symbol *Sym : SymVector) {
----------------
Why did you move this inside this function?
https://reviews.llvm.org/D23794
More information about the llvm-commits
mailing list