[lld] r250815 - Fixed buildbot. Sorry.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 04:07:04 PDT 2015


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 \




More information about the llvm-commits mailing list