Skip to content
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

Don't explicitly link libgcc.a into libtvm_runtime.so on Android #10052

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Don't explicitly link libgcc.a into libtvm_runtime.so on Android #10052

merged 1 commit into from
Jan 26, 2022

Conversation

kparzysz-quic
Copy link
Contributor

Setting Android toolchain via CMAKE_TOOLCHAIN_FILE also causes necessary flags to be added. Also, newer versions of the Android NDK no longer ship libgcc.a, so this takes care of that as well.

@kparzysz-quic kparzysz-quic requested a review from a team as a code owner January 24, 2022 22:18
Setting Android toolchain via CMAKE_TOOLCHAIN_FILE also causes necessary
flags to be added. Also, newer versions of the Android NDK no longer ship
libgcc.a, so this takes care of that as well.
@masahi masahi merged commit 09daa88 into apache:main Jan 26, 2022
@kparzysz-quic kparzysz-quic deleted the android-no-libgcc branch January 27, 2022 00:39
sunggg pushed a commit to sunggg/tvm that referenced this pull request Jan 29, 2022
…che#10052)

Setting Android toolchain via CMAKE_TOOLCHAIN_FILE also causes necessary
flags to be added. Also, newer versions of the Android NDK no longer ship
libgcc.a, so this takes care of that as well.
ylc pushed a commit to ylc/tvm that referenced this pull request Feb 16, 2022
…che#10052)

Setting Android toolchain via CMAKE_TOOLCHAIN_FILE also causes necessary
flags to be added. Also, newer versions of the Android NDK no longer ship
libgcc.a, so this takes care of that as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants