heroseh / hcc

C Compiler to SPIR-V
MIT License
306 stars 11 forks source link

aarch64 support #6

Closed ransel117 closed 1 year ago

ransel117 commented 1 year ago

I've started with porting it to aarch64, most things work although there is a segfault happening in the backtrace library for some reason. libdl is required for it to build on aarch64, doesn't seem like it does on x86_64.