Chromium Code Reviews| 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() { |