forked from OSchip/llvm-project
[flang] Remove temporary debugging code
Original-commit: flang-compiler/f18@e7147ebfbe Reviewed-on: https://github.com/flang-compiler/f18/pull/490
This commit is contained in:
parent
812bda43f1
commit
754c88f35f
|
@ -30,7 +30,7 @@
|
|||
#include <optional>
|
||||
#include <set>
|
||||
|
||||
#define DUMP_ON_FAILURE 1 // TODO pmk rm
|
||||
// #define DUMP_ON_FAILURE 1
|
||||
// #define CRASH_ON_FAILURE 1
|
||||
#if DUMP_ON_FAILURE
|
||||
#include "../parser/dump-parse-tree.h"
|
||||
|
|
Loading…
Reference in New Issue