File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 676
676
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\ "v8_internal_headers\\ ".*?v8_enable_maglev.*?v8_current_cpu == \\ "x64\\ ".*?sources \\ += ")' ,
677
677
],
678
678
}],
679
+ ['v8_target_arch=="s390x"' , {
680
+ 'sources' : [
681
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\ "v8_internal_headers\\ ".*?v8_enable_maglev.*?v8_current_cpu == \\ "s390x\\ ".*?sources \\ += ")' ,
682
+ ],
683
+ }],
684
+ ['v8_target_arch=="ppc64"' , {
685
+ 'sources' : [
686
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\ "v8_internal_headers\\ ".*?v8_enable_maglev.*?v8_current_cpu == \\ "ppc64\\ ".*?sources \\ += ")' ,
687
+ ],
688
+ }],
679
689
],
680
690
}],
681
691
['v8_enable_webassembly==1' , {
1123
1133
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\ "x64\\ ".*?sources \\ += ")' ,
1124
1134
],
1125
1135
}],
1136
+ ['v8_target_arch=="s390x"' , {
1137
+ 'sources' : [
1138
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\ "s390x\\ ".*?sources \\ += ")' ,
1139
+ ],
1140
+ }],
1141
+ ['v8_target_arch=="ppc64"' , {
1142
+ 'sources' : [
1143
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\ "ppc64\\ ".*?sources \\ += ")' ,
1144
+ ],
1145
+ }],
1126
1146
],
1127
1147
}],
1128
1148
['v8_enable_webassembly==1' , {
You can’t perform that action at this time.
0 commit comments