Fix LLD wasm error check on Windows, which prints "lld.EXE: error: ..."

llvm-svn: 324297
This commit is contained in:
Reid Kleckner 2018-02-06 00:06:45 +00:00
parent 85da0f6fb5
commit feda4f6a50
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ entry:
; NO-GC-NEXT: ...
; RUN: not lld -flavor wasm --gc-sections --relocatable -o %t1.no-gc.wasm %t.o 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR
; CHECK-ERROR: lld: error: -r and --gc-sections may not be used together
; CHECK-ERROR: lld{{.*}}: error: -r and --gc-sections may not be used together