Shawn Landden c9937f4a2b Allow Zig programs to implement their own startup (_start) for ELF executables.
/home/shawn/git/zig-simd/build/lib/zig/std/special/start.zig:23:40: error: exported symbol collision: '_start'
        @export("_start", _start, .Strong);
        ^
/home/shawn/git/zig-simd/build/d.zig:1:1: note: other symbol is here
pub export fn _start() void {
^
/home/shawn/git/zig-simd/build/lib/zig/std/special/start.zig:124:35: error: root source file has no member called 'main'
    switch (@typeInfo(@typeOf(root.main).ReturnType)) {
2019-09-19 11:43:00 -04:00
..
2019-09-04 16:23:25 +02:00
2019-06-27 12:04:14 -04:00
2019-09-15 23:39:36 -04:00
2019-05-27 01:35:58 -04:00
2019-05-19 16:33:31 -04:00
2019-09-11 15:20:18 -04:00
2019-05-26 18:32:44 -04:00
2019-09-10 10:26:52 -04:00
2019-07-05 14:14:25 -04:00
2019-05-26 23:35:26 -04:00
2019-08-27 19:42:37 +02:00
2019-06-27 12:04:14 -04:00
2019-06-11 22:54:40 +10:00
2019-06-10 15:41:40 +10:00
2018-11-13 05:08:37 -08:00
2019-09-10 10:20:30 -04:00
2019-06-10 00:39:40 -04:00
2019-08-15 18:19:04 -04:00
2019-09-10 10:20:30 -04:00
2019-07-15 19:50:56 -04:00
2019-05-12 12:56:01 -04:00