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
Previously, the llvm_lib variable was cached from one run to the next,
making the condition for looking for deps for a statically linked llvm
evaluate differently on the second run.
Use separate variables for the find_library results, so they behave
correctly when using cached results.
0 commit comments