google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Refactor utility to get llvm binary paths to common location #186

Closed boomanaiden154 closed 2 months ago

boomanaiden154 commented 2 months ago

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.