Skip to content

Commit

Permalink
pythongh-121201: Disable perf_trampoline on riscv64 for now (pythonGH…
Browse files Browse the repository at this point in the history
…-121328)

Disable perf_trampoline on riscv64 for now

Until support is added in perf_jit_trampoline.c

pythongh-120089 was incomplete.
(cherry picked from commit ca2e876)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
  • Loading branch information
stefanor authored and miss-islington committed Jul 3, 2024
1 parent 253c033 commit 6c21d64
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3699,7 +3699,6 @@ AC_MSG_CHECKING([perf trampoline])
AS_CASE([$PLATFORM_TRIPLET],
[x86_64-linux-gnu], [perf_trampoline=yes],
[aarch64-linux-gnu], [perf_trampoline=yes],
[riscv64-linux-gnu], [perf_trampoline=yes],
[perf_trampoline=no]
)
AC_MSG_RESULT([$perf_trampoline])
Expand Down

0 comments on commit 6c21d64

Please sign in to comment.