Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: allow custom lldb headers path with npm install #315

Closed

Conversation

mmarchini
Copy link
Contributor

It's possible to set a custom lldb headers path if configuring the build
manually. This commit also allows users to do it when using
npm install. This is useful when using lldb built from source, for
example.

It's possible to set a custom lldb headers path if configuring the build
manually. This commit also allows users to do it when using
`npm install`. This is useful when using lldb built from source, for
example.
@codecov-io
Copy link

codecov-io commented Oct 7, 2019

Codecov Report

Merging #315 into master will decrease coverage by 0.81%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #315      +/-   ##
=========================================
- Coverage   79.21%   78.4%   -0.82%     
=========================================
  Files          33      33              
  Lines        4225    4246      +21     
=========================================
- Hits         3347    3329      -18     
- Misses        878     917      +39
Impacted Files Coverage Δ
src/llv8.cc 70.35% <0%> (-3.25%) ⬇️
src/llv8.h 80.95% <0%> (-2.39%) ⬇️
src/llv8-inl.h 91.87% <0%> (-1.77%) ⬇️
src/llv8-constants.h 98.48% <0%> (-1.52%) ⬇️
src/llv8-constants.cc 82.1% <0%> (-1.39%) ⬇️
src/llnode.cc 74.4% <0%> (+0.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c4c99c...0dd5010. Read the comment docs.

mmarchini added a commit that referenced this pull request Jan 2, 2020
It's possible to set a custom lldb headers path if configuring the build
manually. This commit also allows users to do it when using
`npm install`. This is useful when using lldb built from source, for
example.

PR-URL: #315
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@mmarchini
Copy link
Contributor Author

Landed in 9a58d8c

@mmarchini mmarchini closed this Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants