[llvm] r256430 - [X86] Put back the include path to the main X86 sources in the AsmParser library to fix the bots.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 14:22:16 PST 2015


Author: ctopper
Date: Fri Dec 25 16:22:16 2015
New Revision: 256430

URL: http://llvm.org/viewvc/llvm-project?rev=256430&view=rev
Log:
[X86] Put back the include path to the main X86 sources in the AsmParser library to fix the bots.

Modified:
    llvm/trunk/lib/Target/X86/AsmParser/Makefile

Modified: llvm/trunk/lib/Target/X86/AsmParser/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmParser/Makefile?rev=256430&r1=256429&r2=256430&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/AsmParser/Makefile (original)
+++ llvm/trunk/lib/Target/X86/AsmParser/Makefile Fri Dec 25 16:22:16 2015
@@ -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




More information about the llvm-commits mailing list