[PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 17:52:41 PST 2016
ruiu added a subscriber: ruiu.
================
Comment at: ELF/InputFiles.cpp:449
@@ -448,1 +448,3 @@
continue;
+ if (Flags & object::BasicSymbolRef::SF_FormatSpecific)
+ continue;
----------------
We have "using namespace llvm::object" at beginning of this file.
http://reviews.llvm.org/D17975
More information about the llvm-commits
mailing list