| commit | bafd3c40e259340779a414c4196015a7848c125a | [log] [tgz] |
|---|---|---|
| author | Peter Smith <peter.smith@linaro.org> | Mon Oct 10 10:18:58 2016 +0000 |
| committer | Peter Smith <peter.smith@linaro.org> | Mon Oct 10 10:18:58 2016 +0000 |
| tree | a5095c4d26aad6c19964d6b0754f244a5e93b2b4 | |
| parent | 0760605ac5c482f917de5eb11560a86672ec995d [diff] [blame] |
[ELF][ARM] Fix formatting mistake, removed extra space before ) NFC. llvm-svn: 283735
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index aa6a53c..cc8a849 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp
@@ -145,7 +145,7 @@ // Read section and symbol tables. initializeSections(ComdatGroups); initializeSymbols(); - if (Config->GcSections && Config->EMachine == EM_ARM ) + if (Config->GcSections && Config->EMachine == EM_ARM) initializeReverseDependencies(); }