We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719b2ac commit 50b5bb7Copy full SHA for 50b5bb7
libcxx/utils/ci/apple-install-libcxx.sh
@@ -118,6 +118,7 @@ for arch in ${architectures}; do
118
119
step "Building shims to make libc++ compatible with the system libc++ on Apple platforms when running the tests"
120
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.
122
xcrun clang++ -c -std=c++2b -target ${target} "${llvm_root}/libcxxabi/src/vendor/apple/shims.cpp" -static -o "${shims_library}"
123
124
step "Building libc++.dylib and libc++abi.dylib for architecture ${arch}"
0 commit comments