[llvm] r257351 - [LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 09:00:31 PST 2016


Author: lhames
Date: Mon Jan 11 11:00:31 2016
New Revision: 257351

URL: http://llvm.org/viewvc/llvm-project?rev=257351&view=rev
Log:
[LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.

RemoteTarget.cpp was removed in r257343.

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=257351&r1=257350&r2=257351&view=diff
==============================================================================
--- llvm/trunk/tools/lli/ChildTarget/Makefile (original)
+++ llvm/trunk/tools/lli/ChildTarget/Makefile Mon Jan 11 11:00:31 2016
@@ -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




More information about the llvm-commits mailing list