Skip to content

Commit bfb71f8

Browse files
committed
fix(v8): add ittapi as V8 dependency
Add ittapi to the list of V8 dependencies, which is used by VTune JIT profiling. Refs: nodejs/node#39374
1 parent f2f77dd commit bfb71f8

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
@@ -77,5 +77,11 @@ exports.v8Deps = [
7777
repo: 'third_party/zlib',
7878
gitignore: zlibIgnore,
7979
since: 80
80+
},
81+
{
82+
name: 'ittapi',
83+
repo: 'third_party/ittapi',
84+
gitignore: '!/third_party/ittapi',
85+
since: 81
8086
}
8187
];

0 commit comments

Comments
 (0)