[lld] r327560 - [wasm] Fix wasm lld test on Windows, where the executable name ends in .exe

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 12:49:57 PDT 2018


Author: rnk
Date: Wed Mar 14 12:49:57 2018
New Revision: 327560

URL: http://llvm.org/viewvc/llvm-project?rev=327560&view=rev
Log:
[wasm] Fix wasm lld test on Windows, where the executable name ends in .exe

Modified:
    lld/trunk/test/wasm/gc-sections.ll

Modified: lld/trunk/test/wasm/gc-sections.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/wasm/gc-sections.ll?rev=327560&r1=327559&r2=327560&view=diff
==============================================================================
--- lld/trunk/test/wasm/gc-sections.ll (original)
+++ lld/trunk/test/wasm/gc-sections.ll Wed Mar 14 12:49:57 2018
@@ -95,4 +95,4 @@ entry:
 ; NO-GC-NEXT: ...
 
 ; RUN: not wasm-ld --gc-sections --relocatable -o %t1.no-gc.wasm %t.o 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR
-; CHECK-ERROR: wasm-ld: error: -r and --gc-sections may not be used together
+; CHECK-ERROR: error: -r and --gc-sections may not be used together




More information about the llvm-commits mailing list