arkamnite / llvm-project

Fork of LLVM 15 to enable support for the Game Boy target which is developed here.
http://llvm.org
2 stars 0 forks source link

(comp): GameBoySubtargets #10

Open arkamnite opened 1 year ago

arkamnite commented 1 year ago

Implement, or exclude, the original Game Boy as a subtarget.

This should arguably take place as late as possible, as subtargeting is not a requirement of this project at this stage. Additionally, it may transpire that there is little difference that takes place within the backend when it comes to distinguishing between these two devices; most differences will take place in the SDK.

The task is therefore to: