aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/InstPrinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/AArch64/InstPrinter/Makefile')
-rw-r--r--lib/Target/AArch64/InstPrinter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/InstPrinter/Makefile b/lib/Target/AArch64/InstPrinter/Makefile
index 1c36a8d..b17e8d0 100644
--- a/lib/Target/AArch64/InstPrinter/Makefile
+++ b/lib/Target/AArch64/InstPrinter/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../../../..
LIBRARYNAME = LLVMAArch64AsmPrinter
-# Hack: we need to include 'main' target directory to grab private headers
+# Hack: we need to include 'main' arm target directory to grab private headers
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common