diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-18 21:55:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-18 21:55:47 +0000 |
| commit | 365f09a0e11c2e2053a8c5f0ade7d78a54f70b37 (patch) | |
| tree | 2143065370731153e77eed4c1659a5a31a824803 | |
| parent | 670406d269283c8a7045a5b55c78049222cd3a07 (diff) | |
| download | external_llvm-365f09a0e11c2e2053a8c5f0ade7d78a54f70b37.zip external_llvm-365f09a0e11c2e2053a8c5f0ade7d78a54f70b37.tar.gz external_llvm-365f09a0e11c2e2053a8c5f0ade7d78a54f70b37.tar.bz2 | |
Update compile information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9247 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | tools/bugpoint/CodeGeneratorBug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index d44cf57..10f544a 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -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) |
