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

Unified Diff: tools/pnacl-bcanalyzer/LLVMBuild.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/pnacl-bcanalyzer/CMakeLists.txt ('k') | tools/pnacl-bcanalyzer/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcanalyzer/LLVMBuild.txt
diff --git a/tools/bc-wrap/LLVMBuild.txt b/tools/pnacl-bcanalyzer/LLVMBuild.txt
similarity index 82%
copy from tools/bc-wrap/LLVMBuild.txt
copy to tools/pnacl-bcanalyzer/LLVMBuild.txt
index a91f77625e24bedf729188632a5685f1277f35bd..2944fca4b054c1db5e0553aefb1c94788dc44768 100644
--- a/tools/bc-wrap/LLVMBuild.txt
+++ b/tools/pnacl-bcanalyzer/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./tools/bc-wrap/LLVMBuild.txt ----------------------------*- Conf -*--===;
+;===- ./tools/pnacl-bcanalyzer/LLVMBuild.txt -------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@@ -17,6 +17,6 @@
[component_0]
type = Tool
-name = bc-wrap
+name = pnacl-bcanalyzer
parent = Tools
-required_libraries = Wrap Support
+required_libraries = NaClBitReader
« no previous file with comments | « tools/pnacl-bcanalyzer/CMakeLists.txt ('k') | tools/pnacl-bcanalyzer/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698