From 68dc67d007a244f26f9bd10c76976bc87159e568 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 25 Dec 2015 22:22:16 +0000 Subject: [PATCH] [X86] Put back the include path to the main X86 sources in the AsmParser library to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256430 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/AsmParser/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Target/X86/AsmParser/Makefile b/lib/Target/X86/AsmParser/Makefile index fdd8245cfeb..dcbdc78c9e0 100644 --- a/lib/Target/X86/AsmParser/Makefile +++ b/lib/Target/X86/AsmParser/Makefile @@ -9,4 +9,7 @@ LEVEL = ../../../.. LIBRARYNAME = LLVMX86AsmParser +# 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 -- 2.34.1