[PATCH] D112849: [llvm] Disable xar on macOS 12.0 and later
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 14:58:10 PDT 2021
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/cmake/config-ix.cmake:218
+ if (CMAKE_OSX_DEPLOYMENT_TARGET VERSION_GREATER_EQUAL 12)
+ set(LLVM_HAVE_LIBXAR 0)
+ else()
----------------
Could we also print a warning that this option is deprecated and might be removed in future versions?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112849/new/
https://reviews.llvm.org/D112849
More information about the llvm-commits
mailing list