Skip to content

Commit 58b06a2

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles
PR-URL: #45579 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 56c4365 commit 58b06a2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tools/v8_gypfiles/v8.gyp

+12-12
Original file line numberDiff line numberDiff line change
@@ -1602,47 +1602,47 @@
16021602
'conditions': [
16031603
['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
16041604
'sources': [
1605-
'<(V8_ROOT)/src/heap/base/asm/x64/push_registers_asm.cc',
1605+
'<(V8_ROOT)/src/heap/base/asm/x64/save_registers_asm.cc',
16061606
],
16071607
}],
16081608
['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', {
16091609
'sources': [
1610-
'<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_asm.cc',
1610+
'<(V8_ROOT)/src/heap/base/asm/ia32/save_registers_asm.cc',
16111611
],
16121612
}],
16131613
['_toolset == "host" and host_arch == "arm" or _toolset == "target" and target_arch=="arm"', {
16141614
'sources': [
1615-
'<(V8_ROOT)/src/heap/base/asm/arm/push_registers_asm.cc',
1615+
'<(V8_ROOT)/src/heap/base/asm/arm/save_registers_asm.cc',
16161616
],
16171617
}],
16181618
['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {
16191619
'sources': [
1620-
'<(V8_ROOT)/src/heap/base/asm/arm64/push_registers_asm.cc',
1620+
'<(V8_ROOT)/src/heap/base/asm/arm64/save_registers_asm.cc',
16211621
],
16221622
}],
16231623
['_toolset == "host" and host_arch == "ppc64" or _toolset == "target" and target_arch=="ppc64"', {
16241624
'sources': [
1625-
'<(V8_ROOT)/src/heap/base/asm/ppc/push_registers_asm.cc',
1625+
'<(V8_ROOT)/src/heap/base/asm/ppc/save_registers_asm.cc',
16261626
],
16271627
}],
16281628
['_toolset == "host" and host_arch == "s390x" or _toolset == "target" and target_arch=="s390x"', {
16291629
'sources': [
1630-
'<(V8_ROOT)/src/heap/base/asm/s390/push_registers_asm.cc',
1630+
'<(V8_ROOT)/src/heap/base/asm/s390/save_registers_asm.cc',
16311631
],
16321632
}],
16331633
['_toolset == "host" and host_arch == "mips64" or _toolset == "target" and target_arch=="mips64" or _toolset == "host" and host_arch == "mips64el" or _toolset == "target" and target_arch=="mips64el"', {
16341634
'sources': [
1635-
'<(V8_ROOT)/src/heap/base/asm/mips64/push_registers_asm.cc',
1635+
'<(V8_ROOT)/src/heap/base/asm/mips64/save_registers_asm.cc',
16361636
],
16371637
}],
16381638
['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
16391639
'sources': [
1640-
'<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc',
1640+
'<(V8_ROOT)/src/heap/base/asm/riscv/save_registers_asm.cc',
16411641
],
16421642
}],
16431643
['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {
16441644
'sources': [
1645-
'<(V8_ROOT)/src/heap/base/asm/loong64/push_registers_asm.cc',
1645+
'<(V8_ROOT)/src/heap/base/asm/loong64/save_registers_asm.cc',
16461646
],
16471647
}],
16481648
]
@@ -1651,17 +1651,17 @@
16511651
'conditions': [
16521652
['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
16531653
'sources': [
1654-
'<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.asm',
1654+
'<(V8_ROOT)/src/heap/base/asm/x64/save_registers_masm.asm',
16551655
],
16561656
}],
16571657
['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', {
16581658
'sources': [
1659-
'<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.asm',
1659+
'<(V8_ROOT)/src/heap/base/asm/ia32/save_registers_masm.asm',
16601660
],
16611661
}],
16621662
['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {
16631663
'sources': [
1664-
'<(V8_ROOT)/src/heap/base/asm/arm64/push_registers_masm.S',
1664+
'<(V8_ROOT)/src/heap/base/asm/arm64/save_registers_masm.S',
16651665
],
16661666
}],
16671667
],

0 commit comments

Comments
 (0)