Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Aug 24, 2023
1 parent 4332026 commit 7447728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module/KModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ void KModule::manifest(InterpreterHandler *ih,
std::unique_ptr<llvm::raw_fd_ostream> assemblyFS;
if (OutputSource || forceSourceOutput) {
assemblyFS = ih->openOutputFile("assembly.ll");
asmLineMap = buildInstructionToLineMap(*module, std::move(assemblyFS));
}
asmLineMap = buildInstructionToLineMap(*module, std::move(assemblyFS));
// infos = std::make_unique<InstructionInfoTable>(*module);
}

Expand Down

0 comments on commit 7447728

Please sign in to comment.