-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Some tests fail when built with debuginfo #61117
Comments
Tests failing with
|
Tests failing with
|
Since debuginfo influences what LLVM IR the compiler generates, I'm not surprised. I think that codegen tests should not inherit any debuginfo settings from the environment. |
A data point: I was using |
I am somewhat doubtful this is actionable for the codegen or assembly tests but it is probably worth examining for the non-codegen tests. Interesting, none of the mir-opt tests seem to have trouble anymore. Failures for codegen +
|
Discovered while working on #60568.
The lists of failing tests are below, testing was done on
x86_64-pc-windows-gnu
target.The text was updated successfully, but these errors were encountered: