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

Unified Diff: tools/pnacl-freeze/Makefile

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add fixes suggested by Jan. Created 7 years, 8 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-freeze/Makefile
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/pnacl-freeze/Makefile
similarity index 75%
copy from tools/llvm-bcanalyzer/Makefile
copy to tools/pnacl-freeze/Makefile
index 2fc61dbd62a7d5b8927e965c0e8c310f6e038399..5872f1cd15c0bbbc897813d2191ed47f9bb7974c 100644
--- a/tools/llvm-bcanalyzer/Makefile
+++ b/tools/pnacl-freeze/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-bcanalyzer/Makefile ----------------------*- Makefile -*-===##
+##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llvm-bcanalyzer
-LINK_COMPONENTS := bitreader
+TOOLNAME := pnacl-freeze
+LINK_COMPONENTS := naclbitwriter bitreader
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1

Powered by Google App Engine
This is Rietveld 408576698