-disable-opt is not -O0, it's okay for it to disable internalize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17911 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp
index 87b1d6f..5a19866 100644
--- a/tools/gccld/gccld.cpp
+++ b/tools/gccld/gccld.cpp
@@ -163,7 +163,8 @@
std::string ModuleID("gccld-output");
std::auto_ptr<Module> Composite(new Module(ModuleID));
- // We always look first in the current directory when searching for libraries.
+ // We always look first in the current directory when searching for
+ // libraries.
LibPaths.insert(LibPaths.begin(), ".");
// If the user specified an extra search path in their environment, respect