From: Craig Topper Date: Fri, 25 Dec 2015 22:22:16 +0000 (+0000) Subject: [X86] Put back the include path to the main X86 sources in the AsmParser library... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=68dc67d007a244f26f9bd10c76976bc87159e568;p=oota-llvm.git [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 --- 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