-
Notifications
You must be signed in to change notification settings - Fork 570
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
Build LLVM 14.0.6-1 #6044
Build LLVM 14.0.6-1 #6044
Conversation
MSAN build is failing with
CC @gbaraldi. How did this work before? |
I'm not sure, that's an odd failure. It comes from the clang that we ship. Which I thought was clang14. I wonder if it's clang on linux issue and not a MSAN issue. |
It's clang 13, but as far as I understand that's a GCC-only flag, so how are we getting it? |
It seems we are passing it to every compiler invocation, though I don't know who is passing it. |
Lines 163 to 166 in 064f152
|
2c0c014
to
3c6f161
Compare
|
0670d21
to
9f51cd0
Compare
9f51cd0
to
3ff3a60
Compare
The MSAN build is thoroughly broken, I still don't understand how this ever worked. |
Happy to revert. |
This reverts commit 73a24b8.
Rebuild LLVM for JuliaLang/julia#48057