mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update compile information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
670406d269
commit
365f09a0e1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user