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:
a5a96a9
)
Fix minor formatting bug
author
Chris Lattner
<sabre@nondot.org>
Tue, 14 Oct 2003 20:55:56 +0000
(20:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 14 Oct 2003 20:55:56 +0000
(20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9116
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 19a23ea00771982023b63de94970fa1066869ca6..66984694e381a86e5ada675158ac8eaaf6a4440f 100644
(file)
--- a/
tools/bugpoint/CodeGeneratorBug.cpp
+++ b/
tools/bugpoint/CodeGeneratorBug.cpp
@@
-257,9
+257,9
@@
bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
<< SafeModuleBC << " -o temporary.c\n"
<< " gcc -xc temporary.c -O2 -o " << SharedObject
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
- << "-G" // Compile a shared library, `-G' for Sparc
+ << "
-G" // Compile a shared library, `-G' for Sparc
#else
- << "-shared" // `-shared' for Linux/X86, maybe others
+ << "
-shared" // `-shared' for Linux/X86, maybe others
#endif
<< "\n";
} else {