Skip to content

Commit 20713c0

Browse files
authored
fix(v8): add ittapi as V8 dependency (#552)
Add ittapi to the list of V8 dependencies, which is used by VTune JIT profiling. Refs: nodejs/node#45248
1 parent 8ad4b37 commit 20713c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/update-v8/constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,11 @@ export const v8Deps = [
7676
repo: 'third_party/zlib',
7777
gitignore: zlibIgnore,
7878
since: 80
79+
},
80+
{
81+
name: 'ittapi',
82+
repo: 'third_party/ittapi',
83+
gitignore: '!/third_party/ittapi',
84+
since: 81
7985
}
8086
];

0 commit comments

Comments
 (0)