I'm not sure if this is the right solution, since it seems like we need
to do something more with @llvm.global_ctors in
SymbolTable.cpp:addBitcodeFile.
Any ideas?
Differential D17975
[lto] Avoid duplicate symbol error for appending linkage. silvas on Mar 8 2016, 5:09 PM. Authored by
Details I'm not sure if this is the right solution, since it seems like we need Any ideas?
Diff Detail Event TimelineComment Actions I think the check you want is Symflags & object::BasicSymbolRef::SF_FormatSpecific Cheers,
Comment Actions Also fixed the if above in r262983.
|
We have "using namespace llvm::object" at beginning of this file.