mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Fix message
llvm-svn: 7926
This commit is contained in:
parent
d34f5bd750
commit
4d28b73dab
@ -253,8 +253,9 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
|
||||
for (unsigned i=0, e = InputArgv.size(); i != e; ++i)
|
||||
std::cout << " " << InputArgv[i];
|
||||
std::cout << "\n";
|
||||
std::cout << "The shared object was created with:\ndis -c " << SafeModuleBC
|
||||
<< "-o " << SharedObject << "\n";
|
||||
std::cout << "The shared object was created with:\n dis -c "
|
||||
<< SafeModuleBC << " -o temporary.c\n"
|
||||
<< " gcc -shared temporary.c -o " << SharedObject << "\n";
|
||||
} else {
|
||||
removeFile(TestModuleBC);
|
||||
removeFile(SafeModuleBC);
|
||||
|
Loading…
Reference in New Issue
Block a user