mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
This patch refactors IRExecutionUnit::FindInSymbols. It eliminates a few potential pitfalls and tries to be more explicit about the state carried between symbol resolution attempts. Differential revision: https://reviews.llvm.org/D107206