Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19267dd

Browse files
Xiao-Taomarco-ippolito
authored andcommittedMar 6, 2025
tools: fix loong64 build failed
PR-URL: #56466 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7e87d1b commit 19267dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tools/v8_gypfiles/v8.gyp

+5
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,11 @@
10451045
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
10461046
],
10471047
}],
1048+
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
1049+
'sources': [
1050+
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
1051+
],
1052+
}],
10481053
],
10491054
}],
10501055
],

0 commit comments

Comments
 (0)
Please sign in to comment.