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

Unified Diff: tools/pnacl-abicheck/Makefile

Issue 12449014: ABI verifier: Add standalone tool pnacl-abicheck (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: cleanup, use << for error streams uniformly Created 7 years, 9 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-abicheck/LLVMBuild.txt ('k') | tools/pnacl-abicheck/pnacl-abicheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-abicheck/Makefile
diff --git a/tools/llc/Makefile b/tools/pnacl-abicheck/Makefile
similarity index 71%
copy from tools/llc/Makefile
copy to tools/pnacl-abicheck/Makefile
index b32d5575d53ec2827a25acea2d1294785fce14a5..bd98690dd1847c8132a5205420415faa6510598c 100644
--- a/tools/llc/Makefile
+++ b/tools/pnacl-abicheck/Makefile
@@ -1,4 +1,4 @@
-#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
+#===- tools/pnacl-abicheck/Makefile ------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser
+TOOLNAME := pnacl-abicheck
+LINK_COMPONENTS := bitreader asmparser
include $(LEVEL)/Makefile.common
+
« no previous file with comments | « tools/pnacl-abicheck/LLVMBuild.txt ('k') | tools/pnacl-abicheck/pnacl-abicheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698