This patch refactors utilities to get LLVM binary paths, like opt and llc, to a common location. This should make maintenance slightly easier. It also gives us a central location where we can override how these are found, to adapt for internal differences.
This patch refactors utilities to get LLVM binary paths, like opt and llc, to a common location. This should make maintenance slightly easier. It also gives us a central location where we can override how these are found, to adapt for internal differences.