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

Unified Diff: src/IceBuildDefs.h

Issue 1215463014: Modify how textual bitcode is injected into pnacl-sz. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 5 months 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
Index: src/IceBuildDefs.h
diff --git a/src/IceBuildDefs.h b/src/IceBuildDefs.h
index 42e66b8c385d4799077fdfb5dfd43a2a4a417735..780cd17190538ce05cb0959e743fbc3214fe38f3 100644
--- a/src/IceBuildDefs.h
+++ b/src/IceBuildDefs.h
@@ -25,7 +25,7 @@ constexpr bool llvmCl() { return ALLOW_LLVM_CL; }
constexpr bool llvmIr() { return ALLOW_LLVM_IR; }
constexpr bool llvmIrAsInput() { return ALLOW_LLVM_IR_AS_INPUT; }
constexpr bool minimal() { return ALLOW_MINIMAL_BUILD; }
-constexpr bool textualBitcode() { return INPUT_IS_TEXTUAL_BITCODE; }
+constexpr bool textualBitcode() { return ACCEPT_TEXTUAL_PNACL_BITCODE; }
Jim Stichnoth 2015/07/10 18:04:23 Consider prefixing with ALLOW_ instead of ACCEPT_
Karl 2015/07/21 21:07:01 Removed. Using command line argument to control wh
// NDEBUG can be undefined, or defined to something arbitrary.
constexpr bool asserts() {

Powered by Google App Engine
This is Rietveld 408576698