]> granicus.if.org Git - clang/commit
Implement support for reading arguments specified in a file with @file.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 19 Jul 2010 03:08:01 +0000 (03:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 19 Jul 2010 03:08:01 +0000 (03:08 +0000)
commit1c2ab11bc5c72e03f27e5689c7432e879b425d06
tree9037519937075090ddd2c80067faa63f6bbe4948
parentc6a36ff1d5769feb95841d934ae85159e23b9def
Implement support for reading arguments specified in a file with @file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108672 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/at_file.c [new file with mode: 0644]
test/Driver/at_file.c.args [new file with mode: 0644]
tools/driver/driver.cpp