Files
clang-p2996/lld/test/elf/responsefile.test
Rui Ueyama 6d010e8d42 [ELF] Support response file.
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
2014-03-28 19:34:34 +00:00

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