diff options
Diffstat (limited to 'test/pecoff/responsefile.test')
-rw-r--r-- | test/pecoff/responsefile.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pecoff/responsefile.test b/test/pecoff/responsefile.test new file mode 100644 index 0000000000000..6a5da298e730b --- /dev/null +++ b/test/pecoff/responsefile.test @@ -0,0 +1,7 @@ +# RUN: yaml2obj %p/Inputs/hello.obj.yaml > %t.obj +# RUN: not lld -flavor link /verbose @%p/Inputs/responsefile.txt >& %t.log +# RUN: FileCheck %s < %t.log + +CHECK: warning: ignoring unknown argument: -foo +CHECK: warning: ignoring unknown argument: -bar\baz +Command line: link /verbose -foo -bar\baz |