forked from OSchip/llvm-project
Fix LLD wasm error check on Windows, which prints "lld.EXE: error: ..."
llvm-svn: 324297
This commit is contained in:
parent
85da0f6fb5
commit
feda4f6a50
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue