RFR: Add support for AIX in build process [v5]
Jorn Vernee
jvernee at openjdk.org
Tue Dec 9 13:02:40 UTC 2025
On Tue, 9 Dec 2025 09:01:28 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> As for hard-coding the library version. We could potentially record the libclang version in a file we store under `conf` in the runtime image, similar to what we do for the bundled header files. The version could then be loaded from that file here.
>
> so we create a version file in jextract folder and copy to conf using task in build.gradle ? and then refer it in Index_.h.java ?
I think both generating the file and copying it to conf can be done during the build. And then we refer to if from Index_h.java.
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/297#discussion_r2602553609
More information about the jextract-dev
mailing list