projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b52426
)
Fix printing of the instructions.
author
Chris Lattner
<sabre@nondot.org>
Wed, 14 Dec 2005 22:01:07 +0000
(22:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 14 Dec 2005 22:01:07 +0000
(22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24714
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/Miscompilation.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/Miscompilation.cpp
b/tools/bugpoint/Miscompilation.cpp
index dfe67de0cd07dc13b450ee2cbf7750cd0ee38c2e..cf4cc7e748cc7bc3ad70a0bb673af1cf0447aea9 100644
(file)
--- a/
tools/bugpoint/Miscompilation.cpp
+++ b/
tools/bugpoint/Miscompilation.cpp
@@
-862,7
+862,7
@@
bool BugDriver::debugCodeGenerator() {
std::cout << " gcc " << SharedObject << " " << TestModuleBC
<< ".s -o " << TestModuleBC << ".exe";
#if defined (HAVE_LINK_R)
- std::cout << "-Wl,-R.";
+ std::cout << "
-Wl,-R.";
#endif
std::cout << "\n";
std::cout << " " << TestModuleBC << ".exe";