mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Update compile information
llvm-svn: 9247
This commit is contained in:
parent
babd7c5dfd
commit
008529a320
@ -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