mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 09:18:23 +00:00
Clarify comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f83c81acbe
commit
6c55b1ca7b
@ -396,7 +396,12 @@ static void ExpandResponseFiles(int argc, char** argv,
|
||||
|
||||
// If we could open the file, parse its contents, otherwise
|
||||
// pass the @file option verbatim.
|
||||
// TODO: support recursion.
|
||||
|
||||
// TODO: we should also support recursive loading of response files,
|
||||
// since this is how gcc behaves. (From their man page: "The file may
|
||||
// itself contain additional @file options; any such options will be
|
||||
// processed recursively.")
|
||||
|
||||
if (respFilePtr != 0) {
|
||||
ParseCStringVector(newArgv, respFilePtr->getBufferStart());
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user