Skip to content

Commit 678fb82

Browse files
[3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#121336)
gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) Disable perf_trampoline on riscv64 for now Until support is added in perf_jit_trampoline.c gh-120089 was incomplete. (cherry picked from commit ca2e876) Co-authored-by: Stefano Rivera <[email protected]>
1 parent 65ed1b7 commit 678fb82

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
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.

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
@@ -3699,7 +3699,6 @@ AC_MSG_CHECKING([perf trampoline])
36993699
AS_CASE([$PLATFORM_TRIPLET],
37003700
[x86_64-linux-gnu], [perf_trampoline=yes],
37013701
[aarch64-linux-gnu], [perf_trampoline=yes],
3702-
[riscv64-linux-gnu], [perf_trampoline=yes],
37033702
[perf_trampoline=no]
37043703
)
37053704
AC_MSG_RESULT([$perf_trampoline])

0 commit comments

Comments
 (0)