Skip to content

Commit 2e256b6

Browse files
committed
Disable perf_trampoline on riscv64 for now
Until support is added in perf_jit_trampoline.c gh-120089 was incomplete.
1 parent 26d24ee commit 2e256b6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

configure

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3709,7 +3709,6 @@ AC_MSG_CHECKING([perf trampoline])
37093709
AS_CASE([$PLATFORM_TRIPLET],
37103710
[x86_64-linux-gnu], [perf_trampoline=yes],
37113711
[aarch64-linux-gnu], [perf_trampoline=yes],
3712-
[riscv64-linux-gnu], [perf_trampoline=yes],
37133712
[perf_trampoline=no]
37143713
)
37153714
AC_MSG_RESULT([$perf_trampoline])

0 commit comments

Comments
 (0)