[PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 18:09:22 PST 2016
silvas added a comment.
Also fixed the `if` above in r262983.
================
Comment at: ELF/InputFiles.cpp:449
@@ -448,1 +448,3 @@
continue;
+ if (Flags & object::BasicSymbolRef::SF_FormatSpecific)
+ continue;
----------------
ruiu wrote:
> We have "using namespace llvm::object" at beginning of this file.
Fixed the `if` above in r262983.
http://reviews.llvm.org/D17975
More information about the llvm-commits
mailing list