mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9118 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
18ab2b91ff
commit
8deb5814a1
@ -258,8 +258,8 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
|
||||
<< " gcc -xc temporary.c -O2 -o " << SharedObject
|
||||
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
|
||||
<< " -G" // Compile a shared library, `-G' for Sparc
|
||||
#else
|
||||
<< " -shared" // `-shared' for Linux/X86, maybe others
|
||||
#else
|
||||
<< " -shared" // `-shared' for Linux/X86, maybe others
|
||||
#endif
|
||||
<< "\n";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user