[llvm] r260280 - Fix a test added in r260263

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 08:24:48 PST 2016


Hi Ehsan,

This test still seems broken when LLVM is built with:
-DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON

In that case the following occurs:
./bin/llvm-config --libs
-lLLVM-3.9svn

Correspondingly:
./bin/llvm-config --shared-mode
shared

Could you please fix or disable the test?

Thanks,

JF

On Tue, Feb 9, 2016 at 1:10 PM, Ehsan Akhgari via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: ehsan
> Date: Tue Feb  9 15:10:22 2016
> New Revision: 260280
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260280&view=rev
> Log:
> Fix a test added in r260263
>
> Modified:
>     llvm/trunk/test/tools/llvm-config/libs.test
>
> Modified: llvm/trunk/test/tools/llvm-config/libs.test
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-config/libs.test?rev=260280&r1=260279&r2=260280&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/tools/llvm-config/libs.test (original)
> +++ llvm/trunk/test/tools/llvm-config/libs.test Tue Feb  9 15:10:22 2016
> @@ -1,4 +1,4 @@
> -RUN: llvm-config --libs core 2>&1 | FileCheck %s
> +RUN: llvm-config --libs core support 2>&1 | FileCheck %s
>  CHECK: LLVMCore
>  CHECK: LLVMSupport
>  CHECK-NOT: error
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/5c2def57/attachment.html>


More information about the llvm-commits mailing list