Skip to content

Commit

Permalink
conv: Reflect that DIScopeForLLVMFuncOpPass now operates on module.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Apr 24, 2024
1 parent a579136 commit 0852bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vast/Conversion/Core/Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace vast::conv::pipeline {
// This is necessary to have line tables emitted and basic debugger
// working. In the future we will add proper debug information emission
// directly from our frontend.
return nested< mlir::LLVM::LLVMFuncOp >(mlir::LLVM::createDIScopeForLLVMFuncOpPass)
return nested< vast_module >(mlir::LLVM::createDIScopeForLLVMFuncOpPass)
.depends_on(core_to_llvm);
}

Expand Down

0 comments on commit 0852bdd

Please sign in to comment.