abrown opened PR #4533 from conditional-vtune
to main
:
As described in #4523, the
ittapi
dependency necessary for Wasmtime's
VTune support does not compile onaarch64-linux-android
. There are
several incompatible parts here: thoughittapi
supports all OS
combinations that Wasmtime does and builds on all CPU targets, VTune is
not primarily intended for aarch64 profiling andlinux-android
is not
a high priority platform for the library. We could conditionally depend
onittapi
for Wasmtime's supported OS combinations, but I think a
better answer is to limit it to x86_64 targets, since this more clearly
shows why theittapi
/VTune support is present and also fixes
abrown edited PR #4533 from conditional-vtune
to main
:
As described in #4523, the
ittapi
dependency necessary for Wasmtime's
VTune support does not compile onaarch64-linux-android
. There are
several incompatible parts here: thoughittapi
supports all OS
combinations that Wasmtime does and builds on all CPU targets, VTune is
not primarily intended for aarch64 profiling andlinux-android
is not
a high priority platform for the library. We could conditionally depend
onittapi
for Wasmtime's supported OS combinations, but I think a
better answer is to limit it to x86_64 targets, since this more clearly
shows why theittapi
/VTune support is present and also fixes #4523.
abrown updated PR #4533 from conditional-vtune
to main
.
abrown has marked PR #4533 as ready for review.
abrown requested alexcrichton for a review on PR #4533.
alexcrichton submitted PR review.
alexcrichton merged PR #4533.
Last updated: Nov 22 2024 at 16:03 UTC