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

Make incremental compilation work with -Zprofile #51983

Closed
marco-c opened this issue Jul 2, 2018 · 1 comment
Closed

Make incremental compilation work with -Zprofile #51983

marco-c opened this issue Jul 2, 2018 · 1 comment
Labels
A-incr-comp Area: Incremental compilation A-self-profile Area: Self-profiling feature of the compiler C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@marco-c
Copy link
Contributor

marco-c commented Jul 2, 2018

The issue was initially reported in #50203; starting with #51645 we raise an error when the options are both enabled.

The tracking issue for -Zprofile is #42524.

@kennytm kennytm added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. labels Jul 2, 2018
@Enselic Enselic changed the title Incremental compilation is incompatible with -Zprofile Make incremental compilation work with -Zprofile Nov 18, 2023
@Enselic Enselic added C-enhancement Category: An issue proposing an enhancement or a PR with one. A-self-profile Area: Self-profiling feature of the compiler and removed C-bug Category: This is a bug. labels Nov 18, 2023
@Zalathar
Copy link
Contributor

-Zprofile has been removed by #131829.

Coverage instrumentation is available through -Cinstrument-coverage, which should work fine with incremental compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-incr-comp Area: Incremental compilation A-self-profile Area: Self-profiling feature of the compiler C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants