Skip to content

Commit

Permalink
Disable perf_trampoline on riscv64 for now
Browse files Browse the repository at this point in the history
Until support is added in perf_jit_trampoline.c

gh-120089 was incomplete.
  • Loading branch information
stefanor committed Jul 3, 2024
1 parent 26d24ee commit 2e256b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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 @@ -3709,7 +3709,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 2e256b6

Please sign in to comment.