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
While debugging some CI failures on Windows, I went down some wrong
roads that turned out not to be related to the actual problem... but
nevertheless are improvements I wish to keep. Here they are:
* Attempt to use the install-llvm-action from Windows wasn't able to
work (among other reasons) because we weren't passing along the
llvm_action_ver variable.
* For reasons I never quite understood, the llvm install action works
a lot better on Windows if done before the "build setup" step. So
I just moved that action earlier in the sequence.
* Some status messages about how we are installing LLVM.
* A correction in how we detect and print the pkg_ROOT environment
variable in the log generated by handle_package_notfound.
* Allow LLVM_PATH (set by that action) to be a proper hint for
FindLLVM.cmake.
Signed-off-by: Larry Gritz <lg@larrygritz.com>
0 commit comments