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

Unified Diff: CMakeLists.txt

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
« no previous file with comments | « no previous file | Makefile » ('j') | Makefile.standalone » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | Makefile » ('j') | Makefile.standalone » ('J')

Powered by Google App Engine
This is Rietveld 408576698