Closed arkamnite closed 1 year 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".
llc --version
Fixed. Now lists "Game Boy", correctly adding in the space between the two words.
Upon building the code,
llc --version
correctly targets the GameBoy albeit prints the incorrect description string "Atmel GameBoy Microcontroller". This should read "Nintendo GameBoy".