You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to manually build llvm-10 on M1 from sources. My build is not the "full" build, but I only needed it as a cross-compiler to generate PS4 (x86) code, and it worked just fine.
Just for the record, here's how I built it: (cmake and ninja are required, you can install them with brew install cmake ninja)
when finished, you'll have the llvm 10 native binaries in the bin folder.
You can copy the build folder to /usr/local/opt/llvm and use it as needed. (in my case, with the Open Orbis SDK)
Update formula to support building on apple silicon. Not sure how far back we can go for this...
The text was updated successfully, but these errors were encountered: