You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This usually works fine for globally-installed versions of LLVM, but breaks down if I want to point the build system at a local build1. We should more consistently set the desired LLVM version, or use some of the options to find_program if possible.
Not a huge priority, as for this use-case I can just fiddle with the code, but it would be good to fix.
Footnotes
For context, this is related to Support LLVM 16 #730 - the changes to pointer semantics are requiring more of a debugging process than we've needed for other version changes. ↩
The text was updated successfully, but these errors were encountered:
Currently, our chained lookup for LLVM tools looks something like this:
This usually works fine for globally-installed versions of LLVM, but breaks down if I want to point the build system at a local build1. We should more consistently set the desired LLVM version, or use some of the options to
find_program
if possible.Not a huge priority, as for this use-case I can just fiddle with the code, but it would be good to fix.
Footnotes
For context, this is related to Support LLVM 16 #730 - the changes to pointer semantics are requiring more of a debugging process than we've needed for other version changes. ↩
The text was updated successfully, but these errors were encountered: