search for: 25cff0f6

Displaying 2 results from an estimated 2 matches for "25cff0f6".

2019 Apr 26
2
Total response file count limited to 21
Hi, I recently hit this on a project using a build system that relies heavily on nested response files. We found we could only have 21 response files total before getting errors related to the unexpanded response files. I tracked it down to this code in llvm/lib/Support/CommandLine.cpp // If we have too many response files, leave some unexpanded. This avoids // crashing on
2019 Apr 26
3
Total response file count limited to 21
...must be a better way to handle this by tracking processed response files instead of just bailing like this. Or am I missing something? Thanks! -- chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190426/25cff0f6/attachment.html>