Commit 6faaf6e8 authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

PPC/s390: Activate Argument Count Consistency

Port ea6dd0f4

Original Commit Message:

    Activate argument count consistency (receiver is always included in
    JS argument count) for arm and arm64.

R=pthier@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
BUG=
LOG=N

Change-Id: Ib5fe912dfc108e95af6eab46d5a7672ac209e652
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3285404Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#77933}
parent 2a12753c
......@@ -357,7 +357,8 @@ declare_args() {
v8_current_cpu == "x86" || v8_current_cpu == "x64" ||
v8_current_cpu == "arm" || v8_current_cpu == "arm64" ||
v8_current_cpu == "mips64el" || v8_current_cpu == "mipsel" ||
v8_current_cpu == "loong64" || v8_current_cpu == "riscv64"
v8_current_cpu == "loong64" || v8_current_cpu == "riscv64" ||
v8_current_cpu == "ppc64" || v8_current_cpu == "s390x"
}
# Derived defaults.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment