[PATCH] D18415: [LTO] Basic support for internalize.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 18:22:15 PDT 2016
davide added inline comments.
================
Comment at: ELF/SymbolTable.cpp:221
@@ +220,3 @@
+ if (auto *BC = dyn_cast<DefinedBitcode>(Existing))
+ if (auto *U = dyn_cast<Undefined>(New))
+ BC->setUsedInRegularObj();
----------------
Can we use isUsedInRegularObj or do you prefer me to add a new flag isInRealELF?
http://reviews.llvm.org/D18415
More information about the llvm-commits
mailing list