Skip to content

Commit 50b5bb7

Browse files
committed
[libc++] Add comment about matching standard version in apple-install-libcxx
This was forgotten when I landed #99086
1 parent 719b2ac commit 50b5bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/ci/apple-install-libcxx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ for arch in ${architectures}; do
118118
119119
step "Building shims to make libc++ compatible with the system libc++ on Apple platforms when running the tests"
120120
shims_library="${build_dir}/${arch}/apple-system-shims.a"
121+
# Note that this doesn't need to match the Standard version used to build the rest of the library.
121122
xcrun clang++ -c -std=c++2b -target ${target} "${llvm_root}/libcxxabi/src/vendor/apple/shims.cpp" -static -o "${shims_library}"
122123
123124
step "Building libc++.dylib and libc++abi.dylib for architecture ${arch}"

0 commit comments

Comments
 (0)