Skip to content

Commit

Permalink
Enable printing of debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov authored Aug 22, 2024
1 parent 77c04bb commit 15db10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cgeist/driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ int main(int argc, char **argv) {

OpPrintingFlags flags;
if (PrintDebugInfo)
flags.enableDebugInfo(/*pretty*/ false);
flags.enableDebugInfo(/*enable*/ true, /*pretty*/ false);

if (ImmediateMLIR) {
module->print(llvm::outs(), flags);
Expand Down

0 comments on commit 15db10e

Please sign in to comment.