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

Unified Diff: tools/pnacl-bcanalyzer/Makefile

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/LLVMBuild.txt ('k') | tools/pnacl-bcanalyzer/pnacl-bcanalyzer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bcanalyzer/Makefile
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/pnacl-bcanalyzer/Makefile
similarity index 75%
copy from tools/llvm-bcanalyzer/Makefile
copy to tools/pnacl-bcanalyzer/Makefile
index 2fc61dbd62a7d5b8927e965c0e8c310f6e038399..d3ec1a81a957865a44a7508f9d0d56459cb550e3 100644
--- a/tools/llvm-bcanalyzer/Makefile
+++ b/tools/pnacl-bcanalyzer/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-bcanalyzer/Makefile ----------------------*- Makefile -*-===##
+##===- tools/pnacl-bcanalyzer/Makefile ---------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llvm-bcanalyzer
-LINK_COMPONENTS := bitreader
+TOOLNAME := pnacl-bcanalyzer
+LINK_COMPONENTS := naclbitreader
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
« no previous file with comments | « tools/pnacl-bcanalyzer/LLVMBuild.txt ('k') | tools/pnacl-bcanalyzer/pnacl-bcanalyzer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698