OSDN Git Service

[Support] Add a test for recursive response file expansion
authorShoaib Meenai <smeenai@fb.com>
Mon, 15 Apr 2019 21:31:25 +0000 (21:31 +0000)
committerShoaib Meenai <smeenai@fb.com>
Mon, 15 Apr 2019 21:31:25 +0000 (21:31 +0000)
commitf37a63e419b5601308dbbabe37e0fef7d9ecf816
treeaf926b570cee353f13eb79f2a0a297ad6db3c405
parentcc4577dd5da129570f9a8684cc84d00b15849d97
[Support] Add a test for recursive response file expansion

I'm going to be modifying the logic to avoid infinitely recursing on
self-referential response files, so add a unit test to verify the
expected behavior.

Differential Revision: https://reviews.llvm.org/D60630

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358451 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/CommandLineTest.cpp