···208208 else if targetPlatform.isAlpha then "alpha"
209209 else if targetPlatform.isVc4 then "vc4"
210210 else if targetPlatform.isOr1k then "or1k"
211211+ else if targetPlatform.isM68k then "m68k"
211212 else if targetPlatform.isRiscV then "lriscv"
212213 else throw "unknown emulation for platform: ${targetPlatform.config}";
213214 in if targetPlatform.useLLVM or false then ""