mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
This reimplements Symbols::FindSymbolFileInBundle to use the VFS-aware recursive directory iterator. This is needed for reproducer replay. Differential revision: https://reviews.llvm.org/D77337