Skip to content

src: add missing includes to build with vtune support - #26136

Closed
uttampawar wants to merge 1 commit into
nodejs:masterfrom
uttampawar:vtune-build-issue
Closed

src: add missing includes to build with vtune support#26136
uttampawar wants to merge 1 commit into
nodejs:masterfrom
uttampawar:vtune-build-issue

Conversation

@uttampawar

Copy link
Copy Markdown
Contributor

Added missing includes (v8-vtune.h) in environment.cc to be able to build with vtune profiling support.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Feb 15, 2019
@uttampawaruttampawar changed the title Fix for the Node.js build failure with --enable-vtune-profiling optionsrc: add missing includes to build with vtune supportFeb 15, 2019
@addaleax

addaleax commented Feb 18, 2019

Copy link
Copy Markdown
Member

CI: https://ci.nodejs.org/job/node-test-pull-request/20863/ (:heavy_check_mark:)

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 18, 2019
@gabrielschulhof

Copy link
Copy Markdown
Contributor

Landed in 129516d.

gabrielschulhof pushed a commit that referenced this pull request Feb 19, 2019
`v8-vtune.h` must be included in order to be able to build with vtune
support.
PR-URL: #26136
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax pushed a commit that referenced this pull request Feb 21, 2019
`v8-vtune.h` must be included in order to be able to build with vtune
support.
PR-URL: #26136
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@BridgeARBridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
`v8-vtune.h` must be included in order to be able to build with vtune
support.
PR-URL: #26136
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@uttampawar
uttampawar deleted the vtune-build-issue branch March 6, 2019 23:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@uttampawar@addaleax@gabrielschulhof@jasnell@richardlau@nodejs-github-bot