From b7a50e256d0ac6ec120050173b37f34d434ef325 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Wed, 5 Oct 2016 22:47:11 -0600 Subject: build for ubuntu --- src/ir_clang.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ir_clang.cc') diff --git a/src/ir_clang.cc b/src/ir_clang.cc index d30823a..2346673 100755 --- a/src/ir_clang.cc +++ b/src/ir_clang.cc @@ -1728,7 +1728,9 @@ IR_clangCode::~IR_clangCode() { // TODO should output the entire file, not just the function we're working on chillAST_SourceFile *src = chillfunc->getSourceFile(); if (src) { - src->dump(); + CHILL_DEBUG_BEGIN + src->dump(); + CHILL_DEBUG_END if (src->isSourceFile()) src->printToFile(); } } -- cgit v1.2.3-70-g09d2