Skip to content

Commit

Permalink
fix(v8): add ittapi as V8 dependency (#552)
Browse files Browse the repository at this point in the history
Add ittapi to the list of V8 dependencies, which is used by VTune JIT
profiling.

Refs: nodejs/node#45248
  • Loading branch information
fanchenkong1 committed Nov 22, 2022
1 parent 8ad4b37 commit 20713c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/update-v8/constants.js
Expand Up @@ -76,5 +76,11 @@ export const v8Deps = [
repo: 'third_party/zlib',
gitignore: zlibIgnore,
since: 80
},
{
name: 'ittapi',
repo: 'third_party/ittapi',
gitignore: '!/third_party/ittapi',
since: 81
}
];

0 comments on commit 20713c0

Please sign in to comment.