mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix minor formatting bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5a96a9ed9
commit
182a21ea71
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user