[PATCH] D38239: [ELF] - Define linkerscript symbols early.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 12:52:28 PDT 2017
smeenai added inline comments.
================
Comment at: ELF/Driver.cpp:1043
+ // so we can version them and change attributes before normal
+ // script commands proccessing where their values are finalized.
+ Script->defineSymbols();
----------------
Typo: proccessing -> processing
https://reviews.llvm.org/D38239
More information about the llvm-commits
mailing list