Index: src/IceBuildDefs.h |
diff --git a/src/IceBuildDefs.h b/src/IceBuildDefs.h |
index 9269697c08b574eb4d3b4cc66f43d98d9cbe2683..bee04a5e9a9286cdde9cb398d4b88a6553217507 100644 |
--- a/src/IceBuildDefs.h |
+++ b/src/IceBuildDefs.h |
@@ -19,7 +19,6 @@ namespace Ice { |
namespace BuildDefs { |
// The ALLOW_* etc. symbols must be #defined to zero or non-zero. |
-constexpr bool disableIrGen() { return ALLOW_DISABLE_IR_GEN; } |
Jim Stichnoth
2015/12/12 15:43:42
Rebase from master and fix resulting conflicts. :(
Jim Stichnoth
2015/12/13 15:55:20
BTW, for me "make format" is reformatting the vers
rkotlerimgtec
2015/12/14 03:12:11
Done.
rkotlerimgtec
2015/12/14 03:12:11
Done.
|
constexpr bool dump() { return ALLOW_DUMP; } |
constexpr bool llvmCl() { return ALLOW_LLVM_CL; } |
constexpr bool llvmIr() { return ALLOW_LLVM_IR; } |