RFR: Add support for Linux/AArch64

Maurizio Cimadamore mcimadamore at openjdk.org
Fri Sep 6 21:32:15 UTC 2024


On Fri, 6 Sep 2024 19:22:07 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Currently we don't support jextract on Linux/AArch64, but have had some request to add support. This PR contains changes to make that work.
> 
> I've added a build script for the libclang bundle, which is loosely based on the old build script we had in the JDK repo, that can be used to create a libclang bundle. (and which I did in fact use to create the libclang bundle for aarch64). I've only tested this script on Linux/AArch64, but have included configurations for mac/linux x64/aarch64 as well.

Great!

make/devkit/createLibclangBundle.sh line 30:

> 28: 
> 29: # Exit on error
> 30: set -e

Thanks for checking this in!

-------------

Marked as reviewed by mcimadamore (Reviewer).

PR Review: https://git.openjdk.org/jextract/pull/258#pullrequestreview-2287185183
PR Review Comment: https://git.openjdk.org/jextract/pull/258#discussion_r1747737762


More information about the jextract-dev mailing list