Skip to content

Commit aa6600d

Browse files
sunhaiyong1978targos
authored andcommitted
tools: add the missing LoongArch64 definition in the v8.gyp file
PR-URL: #47641 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 2a16550 commit aa6600d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/v8_gypfiles/v8.gyp

+5
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,11 @@
725725
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_compiler_sources =.*?v8_current_cpu == \\"riscv64\\".*?v8_compiler_sources \\+= ")',
726726
],
727727
}],
728+
['v8_target_arch=="loong64"', {
729+
'sources': [
730+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_compiler_sources =.*?v8_current_cpu == \\"loong64\\".*?v8_compiler_sources \\+= ")',
731+
],
732+
}],
728733
['v8_enable_webassembly==1', {
729734
'sources': [
730735
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_compiler_sources =.*?v8_enable_webassembly.*?v8_compiler_sources \\+= ")',

0 commit comments

Comments
 (0)