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

(fix): `llc` lists target incorrectly. #11

Closed arkamnite closed 1 year ago

arkamnite commented 2 years ago

Upon building the code, llc --version correctly targets the GameBoy albeit prints the incorrect description string "Atmel GameBoy Microcontroller". This should read "Nintendo GameBoy".

arkamnite commented 1 year ago

Fixed. Now lists "Game Boy", correctly adding in the space between the two words.