mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
The CBE is now in llc, not llvm-dis
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9915cd9e9f
commit
c4601bf2f3
@ -262,7 +262,7 @@ 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:\n llvm-dis -c "
|
||||
std::cout << "The shared object was created with:\n llc -march=c "
|
||||
<< SafeModuleBC << " -o temporary.c\n"
|
||||
<< " gcc -xc temporary.c -O2 -o " << SharedObject
|
||||
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
|
||||
|
Loading…
Reference in New Issue
Block a user