snazzy-d / sdc

The Snazzy D Compiler
MIT License
246 stars 55 forks source link

generate AArch64 llvm bindings #280

Closed John-Colvin closed 1 year ago

John-Colvin commented 1 year ago

Needed for apple silicon support

deadalnix commented 1 year ago

The right way to do this would be to use the llvm/Config/Targets.def file in llvm's include.

deadalnix commented 1 year ago

I'm just going to merge this even if it is wrong, but please keep them in alphabetical order, so it's easy to modify the list later on.

John-Colvin commented 1 year ago

I don't know, but I would guess your original suggestion is a good idea but it's a separate refactor for another day.

please keep them in alphabetical order, so it's easy to modify the list later on.

done