mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 08:02:24 +00:00
added target os, added experimental darwin, starting darwin port
Former-commit-id: 49b86a4ac5
This commit is contained in:
parent
13bd5b56a5
commit
38d4e88876
61 changed files with 1521 additions and 25 deletions
4
src/voc/darwin/clang/x86_64/architecture.Mod
Normal file
4
src/voc/darwin/clang/x86_64/architecture.Mod
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
MODULE architecture;
|
||||
CONST arch* = "x86_64";
|
||||
|
||||
END architecture.
|
||||
Loading…
Add table
Add a link
Reference in a new issue