Create {x86,x64}-elf targets, and make all targets more consistent (#273)

* Add triples for x86 and x64 targets
This commit is contained in:
pitust
2021-08-16 18:38:56 +02:00
committed by GitHub
parent bc4ed2b213
commit 95836e98a2
34 changed files with 54 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
// #target: x64_darwin
// #target: x64-darwin
module foo;
int[100] zfe;