René's URL Explorer Experiment


Title: aix: add required changes to build with clang by abmusse · Pull Request #62656 · nodejs/node · GitHub

Open Graph Title: aix: add required changes to build with clang by abmusse · Pull Request #62656 · nodejs/node

X Title: aix: add required changes to build with clang by abmusse · Pull Request #62656 · nodejs/node

Description: This PR enables building Node.js on AIX with Clang by addressing several issues. The game plan I have in mind to get AIX building with clang: Confirm the changes in this PR doesn't break gcc builds (Node.js 24, 22, 20 still use it), then merge this PR After this PR gets merged, update select compiler to use clang for Node.js 26+ builds (I have a draft PR for that here: nodejs/build#4286) Changes 1. Add conditional flags for Clang builds Some GCC flags don't work on Clang: -mfprnd -mno-popcntb -fno-extern-tls-init These are now conditionally added only when Clang is not enabled. For Clang builds, we need additional flags: -fno-integrated-as -fno-xl-pragma-pack These flags are discussed in: https://chromium-review.googlesource.com/c/chromium/src/+/7120638 2. Fix OpenSSL implicit declaration errors AIX header files don't ship declarations for sendmmsg and related functions, despite documentation showing they should be included. This appears to be a bug in AIX header files. GCC tolerates implicit function declarations, but Clang 16+ treats them as errors: https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16 example: 16:55:13 ../deps/openssl/openssl/crypto/bio/bss_dgram.c: In function 'dgram_sendmmsg': 16:55:13 ../deps/openssl/openssl/crypto/bio/bss_dgram.c:1416:11: warning: implicit declaration of function 'sendmmsg'; did you mean 'sendmsg'? [-Wimplicit-function-declaration] 16:55:14 1416 | ret = sendmmsg(b->num, mh, num_msg, sysflags); 16:55:14 | ^~~~~~~~ 16:55:14 | sendmsg 16:55:14 ../deps/openssl/openssl/crypto/bio/bss_dgram.c: In function 'dgram_recvmmsg': 16:55:14 ../deps/openssl/openssl/crypto/bio/bss_dgram.c:1609:11: warning: implicit declaration of function 'recvmmsg'; did you mean 'recvmsg'? [-Wimplicit-function-declaration] 16:55:14 1609 | ret = recvmmsg(b->num, mh, num_msg, sysflags, NULL); 16:55:14 | ^~~~~~~~ 16:55:14 | recvmsg ref: https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-power9/62022/consoleFull For now, we claim to not have these functions. The actual functions are available in libc, so an alternative would be to declare them ourselves for AIX 7.2+. Ref: https://www.ibm.com/docs/en/aix/7.2.0?topic=s-sendmmsg-subroutine 3. Cherry-pick V8 commit for AIX Clang support Cherry-picked V8 commit 7107287 which adds required changes to build V8 with Clang on AIX. Original commit: https://chromium-review.googlesource.com/c/v8/v8/+/7107287 4. Filter hidden visibility symbols from export script Without filtering HIDDEN symbols, AIX Clang builds fail with linker errors: ld: 0711-407 ERROR: Symbol [SYMBOL_NAME] Visibility is not allowed on a reference to an imported symbol. Not including hidden symbols in the export files matches the recommendation by XLC documentation: When using export lists, it is not recommended to put symbols with hidden visibility in the lists. Ref: https://www.ibm.com/docs/en/openxl-c-and-cpp-aix/17.1.4?topic=libraries-symbol-exports-visibilities 5. Add weak symbol detection in create_expfile.sh AIX export files support the weak keyword to mark weak symbols. According to IBM documentation: Each line within an import or export file contains the name of a symbol, optionally followed by an address or a keyword. Primary keywords are svc, svc32, svc3264, svc64, syscall, syscall32, syscall3264, syscall64, symbolic, nosymbolic, nosymbolic-, list, cm, bss, internal, hidden, protected, and export. A few more keywords are weak and required, which can be used along with another keyword. ref: https://www.ibm.com/docs/en/aix/7.2.0?topic=l-ld-command#ld__a3119106d This helps preserve C++ weak symbol semantics and preventing potential linker conflicts.

Open Graph Description: This PR enables building Node.js on AIX with Clang by addressing several issues. The game plan I have in mind to get AIX building with clang: Confirm the changes in this PR doesn't break gcc ...

X Description: This PR enables building Node.js on AIX with Clang by addressing several issues. The game plan I have in mind to get AIX building with clang: Confirm the changes in this PR doesn't break ...

Opengraph URL: https://github.com/nodejs/node/pull/62656

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bacd3eba-695d-c779-4197-037c57061044
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC540:B2172:28224D:37851E:6A4C78F2
html-safe-noncedc8e77abf0e2dc583a293a5affee6930544b1f30d44fa1a965d7a41404c213ef
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNTQwOkIyMTcyOjI4MjI0RDozNzg1MUU6NkE0Qzc4RjIiLCJ2aXNpdG9yX2lkIjoiNDEwMTQ0ODY2NDI2OTc0ODQ2NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0e4b5354675524cf14e8a248e68cbfde3be8f0c538da6c100b176714e221cc4a
hovercard-subject-tagpull_request:3510238954
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/62656/files
twitter:imagehttps://avatars.githubusercontent.com/u/33973272?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/33973272?s=400&v=4
og:image:altThis PR enables building Node.js on AIX with Clang by addressing several issues. The game plan I have in mind to get AIX building with clang: Confirm the changes in this PR doesn't break gcc ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release56ac743bebb13694b888673bb7257f4b97a4b7fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/62656/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F62656%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F62656%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/62656/files
Reloadhttps://github.com/nodejs/node/pull/62656/files
Reloadhttps://github.com/nodejs/node/pull/62656/files
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 964 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
abmussehttps://github.com/abmusse
nodejs:mainhttps://github.com/nodejs/node/tree/main
abmusse:clang-aix-2https://github.com/abmusse/node/tree/clang-aix-2
Conversation 11 https://github.com/nodejs/node/pull/62656
Commits 6 https://github.com/nodejs/node/pull/62656/commits
Checks 48 https://github.com/nodejs/node/pull/62656/checks
Files changed https://github.com/nodejs/node/pull/62656/files
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
aix: add required changes to build with clang https://github.com/nodejs/node/pull/62656/files#top
Show all changes 6 commits https://github.com/nodejs/node/pull/62656/files
2df0e0e build: aix add conditonal flags for clang builds abmusse Mar 30, 2026 https://github.com/nodejs/node/pull/62656/commits/2df0e0e8fe85bb0abb4442f82ff7ca89a364cbbb
9e9308a openssl: fix aix implicit declaration due ... abmusse Mar 30, 2026 https://github.com/nodejs/node/pull/62656/commits/9e9308af011deab7fa545f3bc368f60395381670
24119b8 deps: V8: cherry-pick 7107287 abmusse Mar 30, 2026 https://github.com/nodejs/node/pull/62656/commits/24119b8d0a73a4dbcc3cb54fc9e107a9373bab76
6285b67 aix: fix export script to filter hidden ... abmusse Apr 2, 2026 https://github.com/nodejs/node/pull/62656/commits/6285b67e35cde4e18c905aeeb31fd6e6fc4a9ebb
1b406bf aix: Add weak symbol detection ... abmusse Apr 3, 2026 https://github.com/nodejs/node/pull/62656/commits/1b406bfb5cee4776dda113ddcef0439d797c9d64
0219761 fixup! create_expfile.sh add -r to read abmusse Apr 13, 2026 https://github.com/nodejs/node/pull/62656/commits/02197619c997ca60c7deff17f65f7afa2f41a9bc
Clear filters https://github.com/nodejs/node/pull/62656/files
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
common.gypi https://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
bss_dgram.c https://github.com/nodejs/node/pull/62656/files#diff-e86f98bd0c5036a76fa2179478c22c9f8bde1994dc94466b83506dbaefbe35d1
BUILD.gn https://github.com/nodejs/node/pull/62656/files#diff-c5f668a7e3a95bb9df5bc165514d324ad89421338302625d614ef5b11a74d18d
builtins-ppc.cc https://github.com/nodejs/node/pull/62656/files#diff-d88296f1e3babef7dbf64c87b885ac5063d78a16030f07f2787ab692149f432f
operations.h https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
simulator.h https://github.com/nodejs/node/pull/62656/files#diff-aa55054e9bd6ed644080b481291c4254bef1d21605413b6e85e5ec79a8720c78
handler-shared.cc https://github.com/nodejs/node/pull/62656/files#diff-22022f72dff5fa8abab4812aa312a7034d0063c0b94ada14b6f9b96237351903
create_expfile.sh https://github.com/nodejs/node/pull/62656/files#diff-594a21257d5f56bf8365ac4fa128072b92f4ecfcb21f8de71a6547c5827ec411
toolchain.gypi https://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
common.gypihttps://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/common.gypi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
https://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
https://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
https://github.com/nodejs/node/pull/62656/files#diff-9513a0c08584f4800e1461ca8c3456d1aeb899968ea14b2f6859ea462c37b5bb
deps/openssl/openssl/crypto/bio/bss_dgram.chttps://github.com/nodejs/node/pull/62656/files#diff-e86f98bd0c5036a76fa2179478c22c9f8bde1994dc94466b83506dbaefbe35d1
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/openssl/openssl/crypto/bio/bss_dgram.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-e86f98bd0c5036a76fa2179478c22c9f8bde1994dc94466b83506dbaefbe35d1
richardlauhttps://github.com/richardlau
Apr 9, 2026https://github.com/nodejs/node/pull/62656/files#r3061262612
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://github.com/openssl/openssl/blob/72d5e8dcd2977234e47e840d2173917daa8bb0fa/crypto/bio/bss_dgram.c#L71-L72https://github.com/openssl/openssl/blob/72d5e8dcd2977234e47e840d2173917daa8bb0fa/crypto/bio/bss_dgram.c#L71-L72
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
abmussehttps://github.com/abmusse
Apr 10, 2026https://github.com/nodejs/node/pull/62656/files#r3065440728
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
openssl/openssl#23751https://github.com/openssl/openssl/issues/23751
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
abmussehttps://github.com/abmusse
Apr 15, 2026https://github.com/nodejs/node/pull/62656/files#r3083289009
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://www.ibm.com/docs/en/aix/7.2.0?topic=s-sendmmsg-subroutinehttps://www.ibm.com/docs/en/aix/7.2.0?topic=s-sendmmsg-subroutine
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
abmussehttps://github.com/abmusse
Apr 15, 2026https://github.com/nodejs/node/pull/62656/files#r3083822376
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
openssl/openssl#30832https://github.com/openssl/openssl/pull/30832
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
https://github.com/nodejs/node/pull/62656/files#diff-e86f98bd0c5036a76fa2179478c22c9f8bde1994dc94466b83506dbaefbe35d1
deps/v8/BUILD.gnhttps://github.com/nodejs/node/pull/62656/files#diff-c5f668a7e3a95bb9df5bc165514d324ad89421338302625d614ef5b11a74d18d
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/v8/BUILD.gn
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-c5f668a7e3a95bb9df5bc165514d324ad89421338302625d614ef5b11a74d18d
https://github.com/nodejs/node/pull/62656/files#diff-c5f668a7e3a95bb9df5bc165514d324ad89421338302625d614ef5b11a74d18d
deps/v8/src/builtins/ppc/builtins-ppc.cchttps://github.com/nodejs/node/pull/62656/files#diff-d88296f1e3babef7dbf64c87b885ac5063d78a16030f07f2787ab692149f432f
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/v8/src/builtins/ppc/builtins-ppc.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-d88296f1e3babef7dbf64c87b885ac5063d78a16030f07f2787ab692149f432f
https://github.com/nodejs/node/pull/62656/files#diff-d88296f1e3babef7dbf64c87b885ac5063d78a16030f07f2787ab692149f432f
deps/v8/src/compiler/turboshaft/operations.hhttps://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/v8/src/compiler/turboshaft/operations.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
https://github.com/nodejs/node/pull/62656/files#diff-876f3f7555c389f357ad699e3148bd57e81c9bbd1660161915d2b0e0affe4f43
deps/v8/src/execution/simulator.hhttps://github.com/nodejs/node/pull/62656/files#diff-aa55054e9bd6ed644080b481291c4254bef1d21605413b6e85e5ec79a8720c78
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/v8/src/execution/simulator.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-aa55054e9bd6ed644080b481291c4254bef1d21605413b6e85e5ec79a8720c78
https://github.com/nodejs/node/pull/62656/files#diff-aa55054e9bd6ed644080b481291c4254bef1d21605413b6e85e5ec79a8720c78
deps/v8/src/trap-handler/handler-shared.cchttps://github.com/nodejs/node/pull/62656/files#diff-22022f72dff5fa8abab4812aa312a7034d0063c0b94ada14b6f9b96237351903
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/deps/v8/src/trap-handler/handler-shared.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-22022f72dff5fa8abab4812aa312a7034d0063c0b94ada14b6f9b96237351903
https://github.com/nodejs/node/pull/62656/files#diff-22022f72dff5fa8abab4812aa312a7034d0063c0b94ada14b6f9b96237351903
tools/create_expfile.shhttps://github.com/nodejs/node/pull/62656/files#diff-594a21257d5f56bf8365ac4fa128072b92f4ecfcb21f8de71a6547c5827ec411
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/tools/create_expfile.sh
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-594a21257d5f56bf8365ac4fa128072b92f4ecfcb21f8de71a6547c5827ec411
https://github.com/nodejs/node/pull/62656/files#diff-594a21257d5f56bf8365ac4fa128072b92f4ecfcb21f8de71a6547c5827ec411
tools/v8_gypfiles/toolchain.gypihttps://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
View file https://github.com/abmusse/node/blob/02197619c997ca60c7deff17f65f7afa2f41a9bc/tools/v8_gypfiles/toolchain.gypi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/62656/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
https://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
https://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
https://github.com/nodejs/node/pull/62656/files#diff-364b929fb1964554d6fe99cde97fd3f9585ce39806c147837052a7b4524fe79a
Please reload this pagehttps://github.com/nodejs/node/pull/62656/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.