| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ef4915f commit 06c1fbc
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ | |||
| 55 | 55 | valid_mips_float_abi = ('soft', 'hard') | |
| 56 | 56 | valid_intl_modes = ('none', 'small-icu', 'full-icu', 'system-icu') | |
| 57 | 57 | icu_versions = json.loads((tools_path / 'icu' / 'icu_versions.json').read_text(encoding='utf-8')) | |
| 58 | - maglev_enabled_architectures = ('x64', 'arm', 'arm64', 'ppc64', 's390x') | ||
| 58 | + maglev_enabled_architectures = ('x64', 'arm', 'arm64', 'ppc64', 's390x', 'riscv64') | ||
| 59 | 59 | ||
| 60 | 60 | # builtins may be removed later if they have been disabled by options | |
| 61 | 61 | shareable_builtins = {'undici/undici': 'deps/undici/undici.js', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -671,6 +671,11 @@ | |||
| 671 | 671 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")', | |
| 672 | 672 | ], | |
| 673 | 673 | }], | |
| 674 | + ['v8_target_arch=="riscv64"', { | ||
| 675 | + 'sources': [ | ||
| 676 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")', | ||
| 677 | + ], | ||
| 678 | + }], | ||
| 674 | 679 | ], | |
| 675 | 680 | }], | |
| 676 | 681 | ['v8_enable_webassembly==1', { | |
@@ -1137,6 +1142,11 @@ | |||
| 1137 | 1142 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")', | |
| 1138 | 1143 | ], | |
| 1139 | 1144 | }], | |
| 1145 | + ['v8_target_arch=="riscv64"', { | ||
| 1146 | + 'sources': [ | ||
| 1147 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")', | ||
| 1148 | + ], | ||
| 1149 | + }], | ||
| 1140 | 1150 | ], | |
| 1141 | 1151 | }], | |
| 1142 | 1152 | ['v8_enable_webassembly==1', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments