File tree 1 file changed +21
-4
lines changed
1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 313
313
'sources' : [
314
314
'<(V8_ROOT)/src/builtins/riscv/builtins-riscv.cc' ,
315
315
],
316
- }],
316
+ }],
317
317
['v8_target_arch=="loong64" or v8_target_arch=="loong64"' , {
318
318
'sources' : [
319
319
'<(V8_ROOT)/src/builtins/loong64/builtins-loong64.cc' ,
320
320
],
321
- }],
321
+ }],
322
322
['v8_target_arch=="mips64" or v8_target_arch=="mips64el"' , {
323
323
'sources' : [
324
324
'<(V8_ROOT)/src/builtins/mips64/builtins-mips64.cc' ,
1031
1031
'sources' : [
1032
1032
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\ "riscv64\\ ".*?sources \\ += ")' ,
1033
1033
],
1034
- }],
1034
+ 'conditions' : [
1035
+ ['v8_enable_webassembly==1' , {
1036
+ 'conditions' : [
1037
+ ['((_toolset=="host" and host_arch=="riscv64" or _toolset=="target" and target_arch=="riscv64") and (OS=="linux")) or ((_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux"))' , {
1038
+ 'sources' : [
1039
+ '<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc' ,
1040
+ '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc' ,
1041
+ ],
1042
+ }],
1043
+ ['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")' , {
1044
+ 'sources' : [
1045
+ '<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc' ,
1046
+ ],
1047
+ }],
1048
+ ],
1049
+ }],
1050
+ ],
1051
+ }],
1035
1052
['v8_target_arch=="loong64"' , {
1036
1053
'sources' : [
1037
1054
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\ "loong64\\ ".*?sources \\ += ")' ,
1053
1070
],
1054
1071
}],
1055
1072
],
1056
- }],
1073
+ }],
1057
1074
['OS=="win"' , {
1058
1075
# This will prevent V8's .cc files conflicting with the inspector's
1059
1076
# .cpp files in the same shard.
You can’t perform that action at this time.
0 commit comments