Apple Silicon / ARM64_DARWIN support
dragisha opened this issue · 5 comments
dragisha commented
Is there any work in progress on supporting this platform?
I did bootstrap compiler build and it runs on my M1 Pro MacBook...
Target.m3... evolved... since I last worked on it :). Any hints on incorporating new platform?
dragisha commented
To complete this... The port is there already, just not obvious. It is using the C backend and I will see to document this and create a build host for CI on my laptop when I learn how.
VictorMiasnikov commented
I hope, You can use and LLVM13 as backend for this target
dragisha commented
Just got it all working, will definitely try with LLVM13. Thanks.
… On 15. 1. 2023., at 10:20, VictorMiasnikov ***@***.***> wrote:
I hope, You can use and LLVM13 as backend for this target
—
Reply to this email directly, view it on GitHub <#1126 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA5ZBWECRL27DE5DBJAITKTWSO6PBANCNFSM6AAAAAATKKPCKA>.
You are receiving this because you modified the open/close state.
VictorMiasnikov commented
"LLVM13 backend" can build 99% of packages on AMD64_LINUX.
I have problems with rebuild LLVM13 by itself and with build compiler ( "cm3").
VictorMiasnikov commented
P.S. I approximate experience with cm3 AMD64_LINUX.
I hope that using LLVM13 will successfull on MacOs