]> TLD Linux GIT Repositories - packages/llvm.git/blob - llvm-lld-link.patch
b57bfa6420a24dcb5f5ab2ecf03884e0de0bb93a
[packages/llvm.git] / llvm-lld-link.patch
1 --- llvm-3.5.0.src/tools/lld/unittests/CoreTests/Makefile.orig  2014-06-04 11:54:07.000000000 +0200
2 +++ llvm-3.5.0.src/tools/lld/unittests/CoreTests/Makefile       2014-10-09 21:31:24.823754108 +0200
3 @@ -9,6 +9,6 @@
4  
5  LLD_LEVEL = ../..
6  TESTNAME = CoreTest
7 -USEDLIBS = gtest.a LLVMOption.a LLVMSupport.a
8 +LINK_COMPONENTS = support option
9  
10  include $(LLD_LEVEL)/unittests/Makefile