[lld] r250815 - Fixed buildbot. Sorry.

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 04:22:16 PDT 2015


You should have reverted changes in r250811 instead.

On 10/20/2015 02:07 PM, George Rimar via llvm-commits wrote:
> Author: grimar
> Date: Tue Oct 20 06:07:03 2015
> New Revision: 250815
>
> URL: http://llvm.org/viewvc/llvm-project?rev=250815&view=rev
> Log:
> Fixed buildbot. Sorry.
>
> Modified:
>      lld/trunk/test/elf2/libsearch.s
>
> Modified: lld/trunk/test/elf2/libsearch.s
> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/libsearch.s?rev=250815&r1=250814&r2=250815&view=diff
> ==============================================================================
> --- lld/trunk/test/elf2/libsearch.s (original)
> +++ lld/trunk/test/elf2/libsearch.s Tue Oct 20 06:07:03 2015
> @@ -13,7 +13,7 @@
>   // Should fail if no library specified
>   // RUN: not ld.lld2 -l 2>&1 \
>   // RUN:   | FileCheck --check-prefix=NOLIBRARY %s
> -// NOLIBRARY: No library specified for -l
> +// NOLIBRARY: missing arg value for "-l", expected 1 argument.
>   
>   // Should not link because of undefined symbol _bar
>   // RUN: not ld.lld2 -o %t3 %t.o 2>&1 \
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list