mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 16:11:08 +03:00
disable jit asm dump for now
This commit is contained in:
parent
a5c7cfd18b
commit
8d59c56d4e
2 changed files with 3 additions and 2 deletions
|
@ -396,7 +396,7 @@ void rtCompileProcessImplSoInternal(const RtCompileModuleList *modlist_head,
|
|||
verifyModule(context, *finalModule);
|
||||
|
||||
dumpModule(context, *finalModule, DumpStage::OptimizedModule);
|
||||
dumpModuleAsm(context, *finalModule, myJit.getTargetMachine());
|
||||
// dumpModuleAsm(context, *finalModule, myJit.getTargetMachine());
|
||||
|
||||
interruptPoint(context, "Codegen final module");
|
||||
if (myJit.addModule(std::move(finalModule), symMap)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue