mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
On AIX we prefer to create shared libraries as shared library archives (i.e. we archive the shared object in a big AR archive) as this is the standard format on the platform. There is now a CMake policy that allows us to do this by default, so opt-in to that behaviour. --------- Co-authored-by: Hubert Tong <hubert.reinterpretcast@gmail.com>