Skip to content

Commit 48cf890

Browse files
andreas-schwabdanielleadams
authored andcommitted
tools: update V8 gypfiles for RISC-V
With the inclusion of the RISC-V 32-bit support in V8 the directory src/heap/base/asm/riscv64 has been renamed to riscv. PR-URL: #45149 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 1fb6e82 commit 48cf890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@
16481648
}],
16491649
['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
16501650
'sources': [
1651-
'<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc',
1651+
'<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc',
16521652
],
16531653
}],
16541654
['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {

0 commit comments

Comments
 (0)