| Index: src/IceBuildDefs.h
|
| diff --git a/src/IceBuildDefs.h b/src/IceBuildDefs.h
|
| index 42e66b8c385d4799077fdfb5dfd43a2a4a417735..71600d403d864f9f7f11f929ad9d3c275c3388af 100644
|
| --- a/src/IceBuildDefs.h
|
| +++ b/src/IceBuildDefs.h
|
| @@ -25,7 +25,6 @@ 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; }
|
|
|
| // NDEBUG can be undefined, or defined to something arbitrary.
|
| constexpr bool asserts() {
|
|
|