| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1176,6 +1176,23 @@ | |||
| 1176 | 1176 | 'sources': [ | |
| 1177 | 1177 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")', | |
| 1178 | 1178 | ], | |
| 1179 | + 'conditions': [ | ||
| 1180 | + ['v8_enable_webassembly==1', { | ||
| 1181 | + 'conditions': [ | ||
| 1182 | + ['((_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"))', { | ||
| 1183 | + 'sources': [ | ||
| 1184 | + '<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc', | ||
| 1185 | + '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc', | ||
| 1186 | + ], | ||
| 1187 | + }], | ||
| 1188 | + ['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', { | ||
| 1189 | + 'sources': [ | ||
| 1190 | + '<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc', | ||
| 1191 | + ], | ||
| 1192 | + }], | ||
| 1193 | + ], | ||
| 1194 | + }], | ||
| 1195 | + ], | ||
| 1179 | 1196 | }], | |
| 1180 | 1197 | ['v8_target_arch=="loong64"', { | |
| 1181 | 1198 | 'sources': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments