mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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.