Simple fix for build failures resulting from r205867.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2014-04-09 18:34:45 +00:00
parent fb065a1669
commit 5fa20923c5

View File

@ -10,6 +10,6 @@ LEVEL = ../../../..
LIBRARYNAME = LLVMARM64Utils
# Hack: we need to include 'main' ARM64 target directory to grab private headers
#CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common