Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ae20aa

Browse filesBrowse files
author
Shi Pujin
authored
tools: fix loong64 build
PR-URL: #51401 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d8e385a commit 6ae20aa
Copy full SHA for 6ae20aa

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Open diff view settings
Collapse file

‎tools/v8_gypfiles/v8.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/v8.gyp
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,18 @@
10241024
'sources': [
10251025
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\"loong64\\".*?sources \\+= ")',
10261026
],
1027+
'conditions': [
1028+
['v8_enable_webassembly==1', {
1029+
'conditions': [
1030+
['(_toolset=="host" and host_arch=="arm64" or _toolset=="target" and target_arch=="arm64") or (_toolset=="host" and host_arch=="loong64" or _toolset=="target" and target_arch=="loong64") or (_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64")', {
1031+
'sources': [
1032+
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',
1033+
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
1034+
],
1035+
}],
1036+
],
1037+
}],
1038+
],
10271039
}],
10281040
['OS=="win"', {
10291041
# This will prevent V8's .cc files conflicting with the inspector's

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.