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 preset just builds llvm via build-script. Its intention is to enable bots
to validate that we are properly configuring LLVM/Clang so that all LLVM/Clang
tests pass.
We have the unfortunate burden of attempting to match LLVM/Clang's build exactly
with build-script. This is a small step towards validating that by ensuring that
when we configure LLVM/Clang we can at least run their tests.
For expediency, I am just going to trigger the LLVM/Clang tests on the bots
without using build-script-impl since there are a bunch of large changes
occuring there.
rdar://26559922
0 commit comments