mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-25 04:35:48 -04:00
593bccf28a
Previously, if the search_env argument was specified, and the tool was found at that location, the path was not reported, unlike other situations when this function was called. Adding the reporting makes the function consistent. Reviewed by: thopre Differential Revision: https://reviews.llvm.org/D101896