1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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

llvm-svn: 256430
This commit is contained in:
Craig Topper 2015-12-25 22:22:16 +00:00
parent 7e1d2e52cd
commit f89e5ceed0

View File

@ -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