Replies: 1 comment 1 reply
-
|
Unfortunately there two problems out of my hands: Arch has forced everyone to use LLVM 12 and for some reasons you cannot get LLVM 11 anymore for that distro (what the fuck has happened here?!) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently got myself into a bit of a predicament: I updated all my packages on my machine without realizing that I was going to be upgrading LLVM from 11 to 12. Then, I tried to re-run make to build Odin and found that Odin doesn't yet support LLVM 12 (fair enough, it's pretty new.)
Unfortunately it seems that individually downgrading llvm to get around this temporarily is more work than it's worth, assuming LLVM 12 support comes along eventually.
Just figured I'd mark this down somewhere since I didn't see it mentioned yet. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions