mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
0.2.0. Build system improvements. Target changes x64-windows -> windows-x64, x64-darwin -> macos-x64. Improved mac support. LLD linking for Mac, Windows, Linux. Cross linking for Mac, Windows. Clean up string use. Fix of debug handling of multiple compilation units per module. MSVC CI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
|
||||
import libc;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
import libc;
|
||||
|
||||
fn void testf()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
int[<4>] baz = { 1, 4, 5, 7 };
|
||||
|
||||
fn void main()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
import libc;
|
||||
|
||||
fn void testf()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
// #safe: yes
|
||||
module test;
|
||||
import libc;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// #target: x64-darwin
|
||||
// #target: macos-x64
|
||||
|
||||
module test;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user