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

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: changes suggested by stichnot 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
« no previous file with comments | « Makefile.standalone ('k') | src/IceClFlags.h » ('j') | src/IceClFlags.cpp » ('J')
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; }
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; }
« no previous file with comments | « Makefile.standalone ('k') | src/IceClFlags.h » ('j') | src/IceClFlags.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698