···208 else if targetPlatform.isAlpha then "alpha"
209 else if targetPlatform.isVc4 then "vc4"
210 else if targetPlatform.isOr1k then "or1k"
0211 else if targetPlatform.isRiscV then "lriscv"
212 else throw "unknown emulation for platform: ${targetPlatform.config}";
213 in if targetPlatform.useLLVM or false then ""
···208 else if targetPlatform.isAlpha then "alpha"
209 else if targetPlatform.isVc4 then "vc4"
210 else if targetPlatform.isOr1k then "or1k"
211+ else if targetPlatform.isM68k then "m68k"
212 else if targetPlatform.isRiscV then "lriscv"
213 else throw "unknown emulation for platform: ${targetPlatform.config}";
214 in if targetPlatform.useLLVM or false then ""