Skip to content

Commit

Permalink
Simple fix for build failures resulting from r205867.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205918 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bob-wilson committed Apr 9, 2014
1 parent fb065a1 commit 5fa2092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/ARM64/Utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fa2092

Please sign in to comment.