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

Unified Diff: tools/pnacl-bccompress/CMakeLists.txt

Issue 940243003: PNaCl localmod mods in LLVM to 223109 (local files only) (Closed)
Patch Set: fix comment Created 5 years, 10 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: tools/pnacl-bccompress/CMakeLists.txt
diff --git a/tools/pnacl-bccompress/CMakeLists.txt b/tools/pnacl-bccompress/CMakeLists.txt
index ae89916c2faaf414d0a780115039aa17331d9c2c..f2fed9dd7a6bb534ecfd0611a3a86cd8dbd1fe5d 100644
--- a/tools/pnacl-bccompress/CMakeLists.txt
+++ b/tools/pnacl-bccompress/CMakeLists.txt
@@ -1,4 +1,8 @@
-set(LLVM_LINK_COMPONENTS naclbitreader naclbitwriter naclbitanalysis)
+set(LLVM_LINK_COMPONENTS
+ NaClBitAnalysis
+ NaClBitReader
+ NaClBitWriter
+ Support)
add_llvm_tool(pnacl-bccompress
pnacl-bccompress.cpp

Powered by Google App Engine
This is Rietveld 408576698