[llvm] r199882 - Prospective Makefile build fix
Alp Toker
alp at nuanti.com
Thu Jan 23 03:14:01 PST 2014
Author: alp
Date: Thu Jan 23 05:14:00 2014
New Revision: 199882
URL: http://llvm.org/viewvc/llvm-project?rev=199882&view=rev
Log:
Prospective Makefile build fix
Modified:
llvm/trunk/tools/lli/ChildTarget/Makefile
Modified: llvm/trunk/tools/lli/ChildTarget/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/ChildTarget/Makefile?rev=199882&r1=199881&r2=199882&view=diff
==============================================================================
--- llvm/trunk/tools/lli/ChildTarget/Makefile (original)
+++ llvm/trunk/tools/lli/ChildTarget/Makefile Thu Jan 23 05:14:00 2014
@@ -14,4 +14,6 @@ include $(LEVEL)/Makefile.config
LINK_COMPONENTS :=
+SOURCES += ../RemoteTarget.cpp
+
include $(LLVM_SRC_ROOT)/Makefile.rules
More information about the llvm-commits
mailing list