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
Unset LLVM_ENABLE_RUNTIMES in CMake caches (#61435)
This would be needed for two reasons:
* avoid that testing for PRs that use `LLVM_ENABLE_RUNTIMES` to build
compiler-rt may cause errors in unrelated PRs;
* avoid any fallout in CI should the above PRs be merged and
subsequently reverted for unforeseen regressions.
Addresses rdar://100762636
0 commit comments