Update VTune include paths#59999
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 7, 2025
Merged
Conversation
Collaborator
|
Review requested:
|
joyeecheung
approved these changes
Sep 24, 2025
Collaborator
lpinca
approved these changes
Sep 24, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59999 +/- ##
==========================================
+ Coverage 88.45% 88.48% +0.02%
==========================================
Files 703 703
Lines 207545 207529 -16
Branches 40013 40012 -1
==========================================
+ Hits 183578 183625 +47
+ Misses 15957 15885 -72
- Partials 8010 8019 +9
🚀 New features to boost your workflow:
|
1f67122 to
5b2efec
Compare
addaleax
approved these changes
Sep 25, 2025
Collaborator
Collaborator
Contributor
Author
|
I looked into the failures, and they seem to be due to |
Collaborator
Collaborator
|
Landed in b13f24c |
9 tasks
aduh95
pushed a commit
that referenced
this pull request
Oct 31, 2025
PR-URL: #59999 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95
pushed a commit
that referenced
this pull request
Nov 7, 2025
PR-URL: #59999 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates VTune include header paths which were changed in v8 v8/v8@846f470
This fixes the VTune build when built as follows
and shows the appropriate JIT / Dynamic Code module in VTune.