Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: src/IceBuildDefs.h

Issue 1522433004: eliminate code related to --no-ir-gen (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: fix makefiles to eliminate ALLOW_DISABLE_IR_GEN Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Makefile ('K') | « Makefile ('k') | src/IceClFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
constexpr bool dump() { return ALLOW_DUMP; }
constexpr bool llvmCl() { return ALLOW_LLVM_CL; }
constexpr bool llvmIr() { return ALLOW_LLVM_IR; }
« Makefile ('K') | « Makefile ('k') | src/IceClFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698