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

Unified Diff: src/IceBuildDefs.h

Issue 1520383002: add todo for ALLOW_LLVM_CL (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 | « no previous file | no next file » | 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 fc06f65cd8c8c8acb7718c02993e3444ffc71adf..e13524dd8bc5678aba4ffa74daf546cc81a75d70 100644
--- a/src/IceBuildDefs.h
+++ b/src/IceBuildDefs.h
@@ -77,6 +77,9 @@ namespace BuildDefs {
// The ALLOW_* etc. symbols must be #defined to zero or non-zero.
constexpr bool dump() { return ALLOW_DUMP; }
/// Return true if ALLOW_LLVM_CL is defined as a non-zero value
+// TODO(stichnot): this ALLOW_LLVM_CL is a TBD option which will
+// allow for replacement of llvm:cl command line processor with a
+// smaller footprint version for Subzero.
constexpr bool llvmCl() { return ALLOW_LLVM_CL; }
/// Return true if ALLOW_LLVM_IR is defined as a non-zero value
constexpr bool llvmIr() { return ALLOW_LLVM_IR; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698