-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Enable PGO tests on Windows-gnu #75184
Conversation
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
@bors rollup=iffy |
@mati865: 🔑 Insufficient privileges: not in try users |
Let's re-assigning as this hasn't got any response for about two weeks, r? @petrochenkov I guess you're familiar with it? |
If it passes through CI, then it's good. |
📌 Commit 6ad174d has been approved by |
⌛ Testing commit 6ad174d with merge e43e4f2b9e6b2e2b312370ed2e64fcb84663389b... |
💔 Test failed - checks-actions |
|
Works with ld.lld, fails with ld.bfd. I'll close that for now. |
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
Closes #61266
This will enable 10 tests (those with
needs-profiler-support
), the time they take should be marginal but I can add it totry
first if you want.