Replies: 6 comments 4 replies
-
What is the output of |
Beta Was this translation helpful? Give feedback.
-
same for me. |
Beta Was this translation helpful? Give feedback.
-
Same goes for me too. I've attached my outputs (as one file) to hopefully give you some more info to go on, hopefully it helps. |
Beta Was this translation helpful? Give feedback.
-
I've reproduced this and I know exactly what's happening here. The root cause of the problem is that we have to bypass our compiler shims when doing the profile guided optimization build so we manually add back the right flags:
What is supposed to happen here is that
As you can see, The emergency fix for this is just replace the symlinks in
This work because |
Beta Was this translation helpful? Give feedback.
-
I believe the solution is just to replace
I had used I will try to open this PR tomorrow though given how long LLVM takes to build on Intel macOS it could take a bit longer to get the updated bottles published. |
Beta Was this translation helpful? Give feedback.
-
This should now be fixed by Homebrew/homebrew-core#105092. |
Beta Was this translation helpful? Give feedback.
-
The last "brew upgrade" installed the new llvm 14.0.6 (before it was llvm 13 or something like that) and now clang and clang++ are broken. I get this when I run clang:
I could reinstall llvm from source, but that always takes hours, so I want to avoid that. Any ideas what's wrong here?
I am using Ubuntu focal 20.04.4 LTS, if that makes any difference.
Beta Was this translation helpful? Give feedback.
All reactions