Skip to content

Commit

Permalink
tools: fix loong64 build failed
Browse files Browse the repository at this point in the history
PR-URL: #56466
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Xiao-Tao authored and targos committed Jan 13, 2025
1 parent db86eef commit d7ee88c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,11 @@
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
],
}],
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
],
}],
],
}],
],
Expand Down

0 comments on commit d7ee88c

Please sign in to comment.