mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
169db9d775
commit
e533cefbc0
@ -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…
x
Reference in New Issue
Block a user