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

Unified Diff: tools/pnacl-llc/Makefile

Issue 14604011: Separate the PNaCl llc into a tool named pnacl-llc (how original!) (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Remove dangling LOCALMOD-BEGIN 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-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 81%
copy from tools/llc/Makefile
copy to tools/pnacl-llc/Makefile
index 63150146f476f6eaae43676e0ff655448b2c3b60..ae8104eac54b55be5f13b1f1b06035615a15657a 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,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llc
+TOOLNAME := pnacl-llc
LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis
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