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.
Details
Details
- Reviewers
- rnk - hans 
- Commits
- rG0a61be96fc9f: Reapply [Support] Add a test for recursive response file expansion
 rL358465: Reapply [Support] Add a test for recursive response file expansion
 rGc8497467edc5: [Support] Add a test for recursive response file expansion
 rL358451: [Support] Add a test for recursive response file expansion
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
- Buildable 30464 - Build 30463: arc lint + arc unit 
Not that it matters, but would using .str() instead of .c_str() work (relying on StringRef's conversion operator to std::sttring)?