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

Unified Diff: tools/pnacl-abicheck/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-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/llvm-go/Makefile b/tools/pnacl-abicheck/Makefile
similarity index 64%
copy from tools/llvm-go/Makefile
copy to tools/pnacl-abicheck/Makefile
index 4465b2a4a9dbd0105b731cb44dbf21b9b94ba736..97e2d223990a627d33ce4c4741c727feb5b250db 100644
--- a/tools/llvm-go/Makefile
+++ b/tools/pnacl-abicheck/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvm-go/Makefile ------------------------------*- Makefile -*-===##
+#===- tools/pnacl-abicheck/Makefile ------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,9 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
+TOOLNAME := pnacl-abicheck
+LINK_COMPONENTS := bitreader asmparser naclbitreader irreader naclanalysis
+
include $(LEVEL)/Makefile.common
-all:: $(ToolDir)/llvm-go$(EXEEXT)
-$(ToolDir)/llvm-go$(EXEEXT): $(PROJ_SRC_DIR)/llvm-go.go
- $(GO) build -o $@ $<
« 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