Chromium Code Reviews| Index: CMakeLists.txt |
| diff --git a/CMakeLists.txt b/CMakeLists.txt |
| index e4708f4f7dc9ff7ee4cd6619cea1e055b3ac8bac..d867bca6cef4068af82b33a6b1a548e63a220ab2 100644 |
| --- a/CMakeLists.txt |
| +++ b/CMakeLists.txt |
| @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS |
| Core |
| IRReader |
| NaClBitReader |
| + NaClBitTestUtils |
| Support |
| ) |
| @@ -16,7 +17,6 @@ add_definitions( |
| -DALLOW_LLVM_IR_AS_INPUT=1 |
| -DALLOW_DISABLE_IR_GEN=1 |
| -DALLOW_MINIMAL_BUILD=0 |
| - -DINPUT_IS_TEXTUAL_BITCODE=0 |
| ) |
| if(PNACL_BROWSER_TRANSLATOR) |
|
Karl
2015/07/21 21:07:01
Fixed this to match what is written in Makefile.
|