From 36f678b48a3055434ce771bd9e2f9c93fe93ad38 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 14 Mar 2018 19:49:57 +0000 Subject: [PATCH] [wasm] Fix wasm lld test on Windows, where the executable name ends in .exe llvm-svn: 327560 --- lld/test/wasm/gc-sections.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/wasm/gc-sections.ll b/lld/test/wasm/gc-sections.ll index 3f9bfdb981f0..dec455e28118 100644 --- a/lld/test/wasm/gc-sections.ll +++ b/lld/test/wasm/gc-sections.ll @@ -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