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

rust: build with PGO #22778

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

rust: build with PGO #22778

wants to merge 1 commit into from

Conversation

ognevny
Copy link
Collaborator

@ognevny ognevny commented Dec 9, 2024

No description provided.

@ognevny ognevny changed the title rust: build with PGO in CLANG64 rust: build with PGO Dec 10, 2024
@ognevny ognevny force-pushed the rust-pgo branch 12 times, most recently from c2edd29 to 6aad19e Compare December 11, 2024 15:37
@mati865
Copy link
Collaborator

mati865 commented Dec 15, 2024

  warning: libsqlite3-sys@0.25.2: clang: error: version 'llvm' in target triple 'x86_64-pc-windows-gnullvm' is invalid
  
  error: failed to run custom build command for `libsqlite3-sys v0.25.2`

Too old cc crate version requires at least 1.1.10: rust-lang/cc-rs#1176

Dunno about GCC envs, last time I checked (so like 2 or 3 years ago) GCC still miscopiled compiler-rt so code coverage, sanitizers and profiling were all borked.

@ognevny
Copy link
Collaborator Author

ognevny commented Dec 16, 2024

Too old cc crate version requires at least 1.1.10: rust-lang/cc-rs#1176

I know, that's not an actual problem. probably I should do things manually without opt-dist util

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.

2 participants