From: Bob Wilson Date: Wed, 9 Apr 2014 18:34:45 +0000 (+0000) Subject: Simple fix for build failures resulting from r205867. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5fa20923c5405db10f497136addcee039c43c06c;p=oota-llvm.git 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 --- diff --git a/lib/Target/ARM64/Utils/Makefile b/lib/Target/ARM64/Utils/Makefile index 4bae80b37e1..6491ad9a07b 100644 --- a/lib/Target/ARM64/Utils/Makefile +++ b/lib/Target/ARM64/Utils/Makefile @@ -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