Skip to content

Commit def45fa

Browse files
committed
Adjust flang.
1 parent 7a3d028 commit def45fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Transforms/AddDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ void AddDebugInfoPass::runOnOperation() {
694694
mlir::LLVM::DICompileUnitAttr cuAttr = mlir::LLVM::DICompileUnitAttr::get(
695695
mlir::DistinctAttr::create(mlir::UnitAttr::get(context)),
696696
llvm::dwarf::getLanguage("DW_LANG_Fortran95"), fileAttr, producer,
697-
isOptimized, debugLevel);
697+
isOptimized, debugLevel, mlir::StringAttr());
698698

699699
module.walk([&](mlir::func::FuncOp funcOp) {
700700
handleFuncOp(funcOp, fileAttr, cuAttr, typeGen, &symbolTable);

0 commit comments

Comments
 (0)