[lld] r221314 - Use LLVMLIBS here since these are produced by the
Eric Christopher
echristo at gmail.com
Tue Nov 4 15:27:52 PST 2014
Author: echristo
Date: Tue Nov 4 17:27:52 2014
New Revision: 221314
URL: http://llvm.org/viewvc/llvm-project?rev=221314&view=rev
Log:
Use LLVMLIBS here since these are produced by the
llvm build and not supposed to be resident on
the system.
Modified:
lld/trunk/unittests/CoreTests/Makefile
Modified: lld/trunk/unittests/CoreTests/Makefile
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/unittests/CoreTests/Makefile?rev=221314&r1=221313&r2=221314&view=diff
==============================================================================
--- lld/trunk/unittests/CoreTests/Makefile (original)
+++ lld/trunk/unittests/CoreTests/Makefile Tue Nov 4 17:27:52 2014
@@ -9,6 +9,6 @@
LLD_LEVEL = ../..
TESTNAME = CoreTest
-USEDLIBS = gtest.a LLVMOption.a LLVMSupport.a
+LLVMLIBS = gtest.a LLVMOption.a LLVMSupport.a
include $(LLD_LEVEL)/unittests/Makefile
More information about the llvm-commits
mailing list