This is to make sure that the Windows-style command line tokenizer is working as expected. llvm-svn: 203877
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
# RUN: yaml2obj %p/Inputs/hello.obj.yaml > %t.obj
|
|
# RUN: not lld -flavor link @%p/Inputs/responsefile.txt >& %t.log
|
|
# RUN: FileCheck %s < %t.log
|
|
|
|
CHECK: warning: ignoring unknown argument: -foo
|
|
CHECK: warning: ignoring unknown argument: -bar\baz
|