[lld] r315879 - [COFF] Fix indentation. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 14:09:47 PDT 2017


Author: mstorsjo
Date: Sun Oct 15 14:09:46 2017
New Revision: 315879

URL: http://llvm.org/viewvc/llvm-project?rev=315879&view=rev
Log:
[COFF] Fix indentation. NFC.

Modified:
    lld/trunk/COFF/Driver.cpp

Modified: lld/trunk/COFF/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Driver.cpp?rev=315879&r1=315878&r2=315879&view=diff
==============================================================================
--- lld/trunk/COFF/Driver.cpp (original)
+++ lld/trunk/COFF/Driver.cpp Sun Oct 15 14:09:46 2017
@@ -555,7 +555,7 @@ static StringSet<> getExportExcludeSymbo
         "__NULL_IMPORT_DESCRIPTOR",
         "__pei386_runtime_relocator",
         "_do_pseudo_reloc",
-       "_impure_ptr",
+        "_impure_ptr",
         "__impure_ptr",
         "__fmode",
         "_environ",




More information about the llvm-commits mailing list