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

Unified Diff: tools/pnacl-thaw/Makefile

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod 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
« no previous file with comments | « tools/pnacl-thaw/LLVMBuild.txt ('k') | tools/pnacl-thaw/pnacl-thaw.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-thaw/Makefile
diff --git a/tools/llvm-symbolizer/Makefile b/tools/pnacl-thaw/Makefile
similarity index 75%
copy from tools/llvm-symbolizer/Makefile
copy to tools/pnacl-thaw/Makefile
index 5ac83a58137d04b6279e1b1386dada39723f3a67..8e7699e185bfc7bb9346f112df93f914e8520ab8 100644
--- a/tools/llvm-symbolizer/Makefile
+++ b/tools/pnacl-thaw/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-symbolizer/Makefile ----------------------*- Makefile -*-===##
+##===- tools/pnacl-thaw/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llvm-symbolizer
-LINK_COMPONENTS := DebugInfo Object
+TOOLNAME := pnacl-thaw
+LINK_COMPONENTS := bitwriter naclbitreader
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
« no previous file with comments | « tools/pnacl-thaw/LLVMBuild.txt ('k') | tools/pnacl-thaw/pnacl-thaw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698