[lldb] Check that files exists before handing them off to FileCollector
The FileCollector asserts that paths passed to addDirectory are indeed directories. For that to work, the file needs to actually exist. In the downstream Swift fork we have tests that remove files during testing, which resulted in this assertion getting triggered.
Loading
Please sign in to comment