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:
392fee2
)
[LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.
author
Lang Hames
<lhames@gmail.com>
Mon, 11 Jan 2016 17:00:31 +0000
(17:00 +0000)
committer
Lang Hames
<lhames@gmail.com>
Mon, 11 Jan 2016 17:00:31 +0000
(17:00 +0000)
RemoteTarget.cpp was removed in r257343.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257351
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/ChildTarget/Makefile
patch
|
blob
|
history
diff --git
a/tools/lli/ChildTarget/Makefile
b/tools/lli/ChildTarget/Makefile
index
6f4ddef
..
b388a49
100644
(file)
--- a/
tools/lli/ChildTarget/Makefile
+++ b/
tools/lli/ChildTarget/Makefile
@@
-14,6
+14,6
@@
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := support
-SOURCES := ChildTarget.cpp
../RemoteTarget.cpp
+SOURCES := ChildTarget.cpp
include $(LLVM_SRC_ROOT)/Makefile.rules