projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb065a1
)
Simple fix for build failures resulting from r205867.
author
Bob Wilson
<bob.wilson@apple.com>
Wed, 9 Apr 2014 18:34:45 +0000
(18:34 +0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM64/Utils/Makefile
b/lib/Target/ARM64/Utils/Makefile
index 4bae80b37e17e56a0c64d89a0b790d655b176344..6491ad9a07bd7ffedda62ca28a42f9b55830cc23 100644
(file)
--- 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