[PATCH] D38239: [ELF] - Define linkerscript symbols early.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 09:17:12 PST 2017
smeenai added inline comments.
================
Comment at: ELF/LinkerScript.cpp:175
+ if (auto *Cmd = dyn_cast<SymbolAssignment>(Base)) {
+ if (Cmd->IsDefsym)
+ continue;
----------------
Why are defsym's handled differently than linker script assignments?
https://reviews.llvm.org/D38239
More information about the llvm-commits
mailing list