mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Add (e)z80-clang compilers. (#7546)
These clang + LLVM backends are not upstreamed but [a community effort](https://github.com/CE-Programming/llvm-project/), so it's a bit customized. This requires https://github.com/compiler-explorer/infra/pull/1566 _Edit: tested locally, works fine._
This commit is contained in:
@@ -35,6 +35,7 @@ export const InstructionSetsList = [
|
||||
'ebpf',
|
||||
'evm',
|
||||
'eravm',
|
||||
'ez80',
|
||||
'hook',
|
||||
'core',
|
||||
'java',
|
||||
@@ -61,6 +62,7 @@ export const InstructionSetsList = [
|
||||
'wasm64',
|
||||
'wdc65c816',
|
||||
'xtensa',
|
||||
'z180',
|
||||
'z80',
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user