Update compile information
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:55:47 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:55:47 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9247 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/CodeGeneratorBug.cpp

index d44cf57c1ee1df3dee9e74c440c5525879551c56..10f544a69ad35ad967a721177f91792802984639 100644 (file)
@@ -245,7 +245,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
     } else {
       std::cout << "  llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n";
       std::cout << "  gcc " << SharedObject << " " << TestModuleBC
-                << ".s -o " << TestModuleBC << ".exe\n";
+                << ".s -o " << TestModuleBC << ".exe -Wl,-R.\n";
       std::cout << "  " << TestModuleBC << ".exe";
     }
     for (unsigned i=0, e = InputArgv.size(); i != e; ++i)