projects
/
llvm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670406d
)
Update compile information
author
Chris Lattner
<sabre@nondot.org>
Sat, 18 Oct 2003 21:55:47 +0000
(21:55 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/bugpoint/CodeGeneratorBug.cpp
b/tools/bugpoint/CodeGeneratorBug.cpp
index d44cf57c1ee1df3dee9e74c440c5525879551c56..10f544a69ad35ad967a721177f91792802984639 100644
(file)
--- 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)