summaryrefslogtreecommitdiff
path: root/tools/edis
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-01-17 16:35:14 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-01-17 16:35:14 +0000
commit3c00a83c3362dc7d066454936ad36fbfb3fd26c5 (patch)
tree1f06e89a846fc15b173bd3d34862f3f42dc278e0 /tools/edis
parent2634a5425c29eca79f2cc2e309274d365697d0a7 (diff)
downloadllvm-3c00a83c3362dc7d066454936ad36fbfb3fd26c5.tar.gz
llvm-3c00a83c3362dc7d066454936ad36fbfb3fd26c5.tar.bz2
llvm-3c00a83c3362dc7d066454936ad36fbfb3fd26c5.tar.xz
Add some platform checks. Also fix a typo on a Makefile.
Patch by arrowdodger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/edis')
-rw-r--r--tools/edis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile
index 92484bf0ac..b5557fcb91 100644
--- a/tools/edis/Makefile
+++ b/tools/edis/Makefile
@@ -1,4 +1,4 @@
-##===- tools/ed/Makefile -----------------------------------*- Makefile -*-===##
+##===- tools/edis/Makefile -----------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -26,7 +26,7 @@ ifneq ($(filter $(TARGETS_TO_BUILD), X86),)
LINK_COMPONENTS += x86asmprinter x86disassembler
endif
-# If the X86 target is enabled, link in the asmprinter and disassembler.
+# If the ARM target is enabled, link in the asmprinter and disassembler.
ifneq ($(filter $(TARGETS_TO_BUILD), ARM),)
LINK_COMPONENTS += armasmprinter armdisassembler
endif