mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Test commit: fix typo in comment
llvm-svn: 344185
This commit is contained in:
parent
6fed20d0c4
commit
d6fc714ac1
@ -523,7 +523,7 @@ static void handleArgs(const CopyConfig &Config, Object &Obj,
|
||||
|
||||
// The purpose of this loop is to mark symbols referenced by sections
|
||||
// (like GroupSection or RelocationSection). This way, we know which
|
||||
// symbols are still 'needed' and wich are not.
|
||||
// symbols are still 'needed' and which are not.
|
||||
if (Config.StripUnneeded) {
|
||||
for (auto &Section : Obj.sections())
|
||||
Section.markSymbols();
|
||||
|
Loading…
Reference in New Issue
Block a user