summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-03-14 19:49:57 +0000
committerReid Kleckner <rnk@google.com>2018-03-14 19:49:57 +0000
commit36f678b48a3055434ce771bd9e2f9c93fe93ad38 (patch)
tree0191d8821832a2692b60807cec13b441441bc9dd
parent850b610cc5c2357039fa8c5e175d82e66c47662a (diff)
downloadbcm5719-llvm-36f678b48a3055434ce771bd9e2f9c93fe93ad38.tar.gz
bcm5719-llvm-36f678b48a3055434ce771bd9e2f9c93fe93ad38.zip
[wasm] Fix wasm lld test on Windows, where the executable name ends in .exe
llvm-svn: 327560
-rw-r--r--lld/test/wasm/gc-sections.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/gc-sections.ll b/lld/test/wasm/gc-sections.ll
index 3f9bfdb981f..dec455e2811 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
OpenPOWER on IntegriCloud