FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

v8: fix compilation on PPC64 when libc musl is used instead of glibc by gromero · Pull Request #12081 · nodejs/node · GitHub

/ node Public

v8: fix compilation on PPC64 when libc musl is used instead of glibc - #12081

Closed
gromero wants to merge 1 commit into
nodejs:masterfrom
gromero:ppc-mcontext-pr
Closed

v8: fix compilation on PPC64 when libc musl is used instead of glibc#12081
gromero wants to merge 1 commit into
nodejs:masterfrom
gromero:ppc-mcontext-pr

Conversation

gromero commented Mar 27, 2017

Copy link
Copy Markdown

Musl on Power does not define regs member as a pt_regs pointer
type, hence it's necessary to use member gp_regs instead.

Affected core subsystem(s)

v8 profiler sampler. It fails to build breaking compilation on ppc64le + musl

nodejs-github-bot added the v8 engine Issues and PRs related to the V8 dependency. label Mar 27, 2017
Musl on Power does not define regs member as a pt_regs pointer
type, hence it's necessary to use member gp_regs instead.
gromero changed the title Fix compilation on PPC64 when libc musl is used instead of glibc v8: fix compilation on PPC64 when libc musl is used instead of glibc Mar 27, 2017

mscdex commented Mar 27, 2017

Copy link
Copy Markdown
Contributor

Is this upstreamed in V8?

mscdex added ppc Issues and PRs related to the Power architecture. build Issues and PRs related to build files or the CI. labels Mar 27, 2017

Copy link
Copy Markdown
Member

Closing, no follow-up.

bnoordhuis closed this Aug 17, 2017

gromero commented Aug 18, 2017
edited
Loading

Copy link
Copy Markdown
Author

Really sorry for not being able to follow up this. @rgdoliveira kindly already submitted the patch to v8 and it's currently under review: https://chromium-review.googlesource.com/c/602327 @bnoordhuis do you mind to re-open that issue given the current facts? Thank you in advance. Regards.

Copy link
Copy Markdown
Member

@gromero It would be better to open a new pull request that cherry-picks the patch after it has been merged upstreamed and has baked there for a few days. See e.g. #14913 or #14608.

gibfahn commented Aug 19, 2017

Copy link
Copy Markdown
Member

gromero commented Aug 21, 2017

Copy link
Copy Markdown
Author

@bnoordhuis @gibfahn Sure. Thanks!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. ppc Issues and PRs related to the Power architecture. v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL