Skip to content

[PGO] [nodejs] Do not make the compilation fail when PGO is used #779

Closed
@ptr1337

Description

@ptr1337

Version

latest

Platform

Linux

What steps will reproduce the bug?

Compile nodejs with PGO:

--enable-pgo-generate

make test

--enable-pgo-use

How often does it reproduce? Is there a required condition?

100%

What is the expected behavior?

Successful compilation with PGO

What do you see instead?

nodejs/node#55852 (comment)

Compilation is failing due -Werror=coverage-mismatch.
This warning should be maybe converted to a warning instead of an error.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions