-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove javah support #10104
Remove javah support #10104
Conversation
|
LGTM |
|
Did you check if it works on MacOS? I'm not sure but it might be necessary to modify also this file: https://github.com/apache/tvm/blob/main/jvm/native/osx-x86_64/pom.xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this upgrade!
* Remove javah support * Remove unused compiler option * Osx pom.xml update
* Remove javah support * Remove unused compiler option * Osx pom.xml update
Follow https://openjdk.java.net/jeps/313 and remove 'javah' from scripts and configs for linux platform and some android apps.