Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Oct 24, 2024
1 parent 70cdc6b commit 417e584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PhasarLLVM/TypeHierarchy/DIBasedTypeHierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ DIBasedTypeHierarchy::DIBasedTypeHierarchy(const LLVMProjectIRDB &IRDB) {
if (getCompositeTypeName(Composite).empty()) {
llvm::errs() << "ERROR: Composite Type is empty: " << *Composite
<< '\n';
IRDB.emitPreprocessedIR(llvm::errs());
llvm::errs().flush();
}

Expand Down

0 comments on commit 417e584

Please sign in to comment.