Skip to content

Commit 479e809

Browse files
committed
Remove obsolete macOS runtimes note
Keep the macOS LLVM project default focused on the active build behavior without documenting an SDK runtimes workaround that no longer applies. Signed-off-by: Thomas Alexander <talexander@nvidia.com>
1 parent 5624caf commit 479e809

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/set_env_defaults.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ if [ "$(uname)" = "Darwin" ]; then
3838
# To skip building OpenMP with LLVM (e.g., if using
3939
# Homebrew's libomp via 'brew install libomp'), set LLVM_PROJECTS without openmp.
4040
# `export LLVM_PROJECTS='clang;lld;mlir;python-bindings'`
41-
#
42-
# LLVM 22 is compatible with current macOS SDK libc++ headers, so runtimes are
43-
# not needed by default. To force bundled LLVM runtimes, set LLVM_PROJECTS to
44-
# include 'runtimes'.
4541
if [ -z "${LLVM_PROJECTS:-}" ]; then
4642
export LLVM_PROJECTS='clang;lld;mlir;python-bindings;openmp'
4743
fi

0 commit comments

Comments
 (0)