[X86] Fix copy and paste typo from pasting from another Makefile to restore code.
authorCraig Topper <craig.topper@gmail.com>
Fri, 25 Dec 2015 23:27:57 +0000 (23:27 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 25 Dec 2015 23:27:57 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256431 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmParser/Makefile

index dcbdc78c9e0ca09f0b984a64cd6bf03daf3bd117..f834dfc300a1bcbc8f4f4ca8860549ce7ea23e8a 100644 (file)
@@ -9,7 +9,7 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMX86AsmParser
 
-# Hack: we need to include 'main' ARM target directory to grab private headers
+# Hack: we need to include 'main' X86 target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common