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

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

Issue 15013003: Copy llvm-bcanalyzer to build pnacl-bcanalyzer. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Fix issues brought up by Jan. Created 7 years, 7 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 | « tools/Makefile ('k') | tools/pnacl-bcanalyzer/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcanalyzer/CMakeLists.txt
diff --git a/tools/pnacl-bcanalyzer/CMakeLists.txt b/tools/pnacl-bcanalyzer/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0cf17b88865418fc44afe9130ec8691a278afd04
--- /dev/null
+++ b/tools/pnacl-bcanalyzer/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS naclbitreader)
+
+add_llvm_tool(pnacl-bcanalyzer
+ pnacl-bcanalyzer.cpp
+ )
« no previous file with comments | « tools/Makefile ('k') | tools/pnacl-bcanalyzer/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698