mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
this doesn't work, remove it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1dc3fd1110
commit
04666d8a39
@ -78,8 +78,6 @@ void BugDriver::EmitProgressBytecode(const std::string &ID, bool NoFlyer) {
|
||||
std::cout << "analyze";
|
||||
else if (PassType & PassInfo::Optimization)
|
||||
std::cout << "opt";
|
||||
else if (PassType & PassInfo::LLC)
|
||||
std::cout << "llc";
|
||||
else
|
||||
std::cout << "bugpoint";
|
||||
std::cout << " " << Filename << " ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user