summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-23 11:14:00 +0000
committerAlp Toker <alp@nuanti.com>2014-01-23 11:14:00 +0000
commit336614558b0a6fbd0babd7172160d3c9f322d241 (patch)
tree068e36a5369e331df4942f9a30ccb7479c5d8d31
parente2641f1d43dd7c5743fee5f31fe5827fed07954e (diff)
downloadbcm5719-llvm-336614558b0a6fbd0babd7172160d3c9f322d241.tar.gz
bcm5719-llvm-336614558b0a6fbd0babd7172160d3c9f322d241.zip
Prospective Makefile build fix
llvm-svn: 199882
-rw-r--r--llvm/tools/lli/ChildTarget/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/lli/ChildTarget/Makefile b/llvm/tools/lli/ChildTarget/Makefile
index f77b144aabf..eff49c9f1cf 100644
--- a/llvm/tools/lli/ChildTarget/Makefile
+++ b/llvm/tools/lli/ChildTarget/Makefile
@@ -14,4 +14,6 @@ include $(LEVEL)/Makefile.config
LINK_COMPONENTS :=
+SOURCES += ../RemoteTarget.cpp
+
include $(LLVM_SRC_ROOT)/Makefile.rules
OpenPOWER on IntegriCloud