mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
DebugIR: Delete -debug-ir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -74,10 +74,6 @@ namespace {
|
||||
cl::desc("Force interpretation: disable JIT"),
|
||||
cl::init(false));
|
||||
|
||||
cl::opt<bool> DebugIR(
|
||||
"debug-ir", cl::desc("Generate debug information to allow debugging IR."),
|
||||
cl::init(false));
|
||||
|
||||
// The MCJIT supports building for a target address space separate from
|
||||
// the JIT compilation process. Use a forked process and a copying
|
||||
// memory manager with IPC to execute using this functionality.
|
||||
@@ -414,11 +410,6 @@ int main(int argc, char **argv, char * const *envp) {
|
||||
}
|
||||
}
|
||||
|
||||
if (DebugIR) {
|
||||
ModulePass *DebugIRPass = createDebugIRPass();
|
||||
DebugIRPass->runOnModule(*Mod);
|
||||
}
|
||||
|
||||
std::string ErrorMsg;
|
||||
EngineBuilder builder(std::move(Owner));
|
||||
builder.setMArch(MArch);
|
||||
|
||||
Reference in New Issue
Block a user