The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
Instead of forcing x86_64 on macOS, this change now uses the current architecture. This ensures the test passes even when configuring LLVM_TARGETS_TO_BUILD=host.
Instead of forcing x86_64 on macOS, this change now uses the current architecture. This ensures the test passes even when configuring
LLVM_TARGETS_TO_BUILD=host
.