On Mon, 18 Mar 2024 17:40:04 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> > In AIX, we have an usecase where shared libraries have certain member > > objects to be referred to. E.g libclang.a(shr_64.o) . > > Would you happen to know any official documentation which explains that AIX > syntax? > https://www.ibm.com/docs/en/aix/7.2?topic=l-ld-command Text : **autoload: path/file(member) | Automatically load the archive member. -- | --** Autoload is a flag used to load archive members. The format of the path is mentioned. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17945#discussion_r1530054525