[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:48:32 PST 2021


Xiangling_L added a comment.

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

> Or, asked differently, is it intentional that llvm/tools/bugpoint/ToolRunner.cpp still uses LTDL_SHLIB_EXT?

We haven't encountered issues with this so far. And my understanding of `MakeSharedObject` is more like making a shared library, so `LTDL_SHLIB_EXT` is a good fit here for AIX.


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