diff options
| author | Shawn Landden <shawn@git.icu> | 2019-07-28 18:18:35 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-09-19 11:43:00 -0400 |
| commit | c9937f4a2b56fc14d6d64ca9a43cca0236c6d1ad (patch) | |
| tree | c22052311817bb0a213061899c5ebdd56b280e72 /deps/lld/lib/Core/File.cpp | |
| parent | 7ebb7ca58091d136bf12dff4e19c49f8a120f102 (diff) | |
| download | zig-c9937f4a2b56fc14d6d64ca9a43cca0236c6d1ad.tar.gz zig-c9937f4a2b56fc14d6d64ca9a43cca0236c6d1ad.zip | |
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)) {
Diffstat (limited to 'deps/lld/lib/Core/File.cpp')
0 files changed, 0 insertions, 0 deletions
