mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Renaming dis' ->
llvm-dis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -253,7 +253,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 dis -c "
|
||||
std::cout << "The shared object was created with:\n llvm-dis -c "
|
||||
<< SafeModuleBC << " -o temporary.c\n"
|
||||
<< " gcc -xc temporary.c -O2 -o " << SharedObject
|
||||
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
|
||||
|
Reference in New Issue
Block a user