Response file is a command line argument in the form of @file. The GNU- compatible driver expands the file contents, replacing @file argument. Differential Revision: http://llvm-reviews.chandlerc.com/D3210 llvm-svn: 205038
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
# RUN: not lld -flavor gnu --abc @%p/Inputs/responsefile --baz >& %t.log
|
|
# RUN: FileCheck %s < %t.log
|
|
|
|
CHECK: warning: ignoring unknown argument: --abc
|
|
CHECK: warning: ignoring unknown argument: --inresponsefile
|
|
CHECK: warning: ignoring unknown argument: --baz
|