[libcxx-commits] [PATCH] D119840: [libc++] Allow backdeployment CI to run on newer macOS
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 15 08:33:07 PST 2022
ldionne created this revision.
Herald added subscribers: pengfei, mstorsjo, arichardson.
ldionne updated this revision to Diff 408868.
ldionne added a comment.
ldionne updated this revision to Diff 408887.
ldionne published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Fix availability annotations
ldionne added a comment.
Final version, I tested this to work.
This should work now that we are using a matching libunwind.dylib when
we run the tests in back-deployment scenarios. The only restriction we
have now is to run on macOS x86_64, since that's what the old dylibs
were compiled for. This should allow us to move to newer AppleClangs
in the CI.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119840
Files:
libcxx/include/optional
libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
libcxx/utils/ci/buildkite-pipeline.yml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119840.408887.patch
Type: text/x-patch
Size: 5014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220215/5fcc6375/attachment.bin>
More information about the libcxx-commits
mailing list