Simple fix for build failures resulting from r205867.
authorBob Wilson <bob.wilson@apple.com>
Wed, 9 Apr 2014 18:34:45 +0000 (18:34 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 9 Apr 2014 18:34:45 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205918 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM64/Utils/Makefile

index 4bae80b37e17e56a0c64d89a0b790d655b176344..6491ad9a07bd7ffedda62ca28a42f9b55830cc23 100644 (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