-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
x86_64 msvc: warning: rustc_llvm@0.0.0: Inherited flag "/Oy-" is not supported by the currently used CC #134657
Comments
Yeah these warnings come from cc trying to pass through the equivalent flags (observed while debugging the recent bump). cc probes them and emits this warning if it can't pass the flags through. Not sure if this is necessarily something to worry about - maybe cc could provide more options to configure this behaviour |
Hmm, maybe CC should be applying some more heuristics to these inherited flags |
Yeah, I just wanted to track it in case it's problematic. |
Oops - probably want to keep this open until it makes it into a release that we can pull in. |
Bump compiler cc Fixes rust-lang#134657 Pulls in rust-lang#134657 try-job: x86_64-msvc
Bump compiler cc Fixes rust-lang#134657 Pulls in rust-lang/cc-rs#1330 try-job: x86_64-msvc
Rollup merge of rust-lang#134869 - clubby789:cc-bump, r=jieyouxu Bump compiler cc Fixes rust-lang#134657 Pulls in rust-lang/cc-rs#1330 try-job: x86_64-msvc
On my native
x86_64-pc-windows-msvc
environment, I am observing the warnings:This is probably related to the
cc
bumps we done recently... FYI @clubby789 :ferrisClueless: I have not tried to bisect this.The text was updated successfully, but these errors were encountered: