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-06-22 14:10:53 -04:00
2019-03-02 16:46:04 -05:00
2019-09-13 15:10:35 -04:00
2019-08-21 20:34:12 +12:00
2019-05-15 11:11:16 -04:00
2019-09-10 10:26:52 -04:00
2019-09-03 13:45:02 -04:00
2019-09-04 16:23:25 +02:00
2019-09-18 16:34:36 -04:00
2019-06-27 12:04:14 -04:00
2019-09-15 23:39:36 -04:00
2019-09-12 01:40:58 -04:00
2019-04-29 14:04:31 -04:00
2019-08-19 22:28:13 +12:00
2019-06-09 19:26:32 -04:00
2019-09-13 14:10:42 -04:00
2019-03-02 16:46:04 -05:00
2019-09-19 11:43:00 -04:00
2019-05-27 01:35:58 -04:00
2019-07-15 19:35:10 -04:00
2019-05-19 16:33:31 -04:00
2019-09-11 15:20:18 -04:00
2019-08-30 14:53:44 -04:00
2019-06-09 19:26:32 -04:00
2019-03-02 16:46:04 -05:00
2019-06-09 19:26:32 -04:00
2019-09-10 10:20:30 -04:00
2019-09-03 23:53:05 +02:00
2019-09-03 23:53:05 +02:00
2019-05-26 18:32:44 -04:00
2019-09-13 14:10:42 -04:00
2019-09-10 10:26:52 -04:00
2019-07-05 14:14:25 -04:00
2019-07-29 23:40:18 +02:00
2019-06-16 22:55:38 -04:00
2019-05-26 23:35:26 -04:00
2019-09-12 01:40:58 -04:00
2019-04-20 10:35:39 +02:00
2019-05-30 00:04:11 -04:00
2019-08-04 16:27:36 +10:00
2019-09-10 10:26:52 -04:00
2019-08-19 22:28:13 +12:00
2019-08-16 21:29:29 -04:00
2019-09-03 23:56:04 +02: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-09-10 10:26:52 -04:00
2019-09-03 23:53:05 +02:00
2019-03-02 16:46:04 -05:00
2019-06-10 15:41:40 +10:00
2018-11-13 05:08:37 -08:00
2019-08-11 12:01:02 -04:00
2019-09-03 23:56:04 +02:00
2019-09-10 10:20:30 -04:00
2019-06-22 14:10:53 -04:00
2019-08-16 21:29:29 -04:00
2019-09-13 14:10:42 -04:00
2019-06-22 14:10:53 -04:00
2019-07-29 23:40:18 +02:00
2019-06-09 19:26:32 -04:00
2019-07-17 12:13:50 -04:00
2019-06-10 00:39:40 -04:00
2019-08-15 18:19:04 -04:00
2019-07-29 16:32:26 -04:00
2019-06-09 19:26:32 -04:00
2019-03-02 16:46:04 -05:00
2019-06-22 14:10:53 -04:00
2019-09-10 10:20:30 -04:00
2019-07-26 19:52:35 -04:00
2019-09-12 01:40:58 -04:00
2019-05-27 15:55:15 -04:00
2019-07-15 19:50:56 -04:00
2019-05-13 12:20:11 -04:00
2019-05-12 12:56:01 -04:00