mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
Clarify comment.
llvm-svn: 63171
This commit is contained in:
parent
fbeb86765e
commit
2b0004bd39
@ -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…
Reference in New Issue
Block a user