Skip to content

Commit ca2e876

Browse files
authored
gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
Disable perf_trampoline on riscv64 for now Until support is added in perf_jit_trampoline.c gh-120089 was incomplete.
1 parent 84512c0 commit ca2e876

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

Misc/NEWS.d/next/Core and Builtins/2024-06-05-06-26-04.gh-issue-

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Core and Builtins/2024-06-12-12-29-45.gh-issue-120400.lZYHVS.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

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)