[PATCH] D96282: [CMake][AIX] Adjust plugin library externsion used on AIX

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 08:41:19 PST 2021


Xiangling_L added a comment.

In D96282#2603768 <https://reviews.llvm.org/D96282#2603768>, @thakis wrote:

> what does LTDL_SHLIB_EXT expand to on aix?

It depends on the cmake version you use. If <3.16.0, it's ".so" shared objects. If >= 3.16.0, it's ".a" archive file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96282/new/

https://reviews.llvm.org/D96282



More information about the llvm-commits mailing list