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

Unified Diff: tools/pnacl-llc/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-llc/LLVMBuild.txt ('k') | tools/pnacl-llc/SRPCStreamer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-llc/Makefile
diff --git a/tools/llc/Makefile b/tools/pnacl-llc/Makefile
similarity index 60%
copy from tools/llc/Makefile
copy to tools/pnacl-llc/Makefile
index 71bce4dc1adf9a9cc303b1cd432a67f44d70b8af..bf4a0e8be829df024d3e090abf01b456262f2fde 100644
--- a/tools/llc/Makefile
+++ b/tools/pnacl-llc/Makefile
@@ -1,4 +1,4 @@
-#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
+#===- tools/pnacl-llc/Makefile -----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,11 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser irreader
-
-# Support plugins.
-NO_DEAD_STRIP := 1
+TOOLNAME := pnacl-llc
+LINK_COMPONENTS := all-targets bitreader naclbitreader irreader \
+ asmparser naclanalysis nacltransforms
include $(LEVEL)/Makefile.common
« no previous file with comments | « tools/pnacl-llc/LLVMBuild.txt ('k') | tools/pnacl-llc/SRPCStreamer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698