Skip to content

Commit a415869

Browse files
andreas-schwabRafaelGSS
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent bc0ae3e commit a415869

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
@@ -1639,7 +1639,7 @@
16391639
}],
16401640
['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
16411641
'sources': [
1642-
'<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc',
1642+
'<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc',
16431643
],
16441644
}],
16451645
['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {

0 commit comments

Comments
 (0)