ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
jfo2 has joined #zig
jfo2 has quit [Ping timeout: 256 seconds]
hoppetosse has quit [Ping timeout: 256 seconds]
jfo2 has joined #zig
jfo2 has quit [Ping timeout: 268 seconds]
cenomla has quit [Quit: cenomla]
hoppetosse has joined #zig
hoppetosse has quit [Remote host closed the connection]
hoppetosse has joined #zig
hoppetosse has quit [Ping timeout: 264 seconds]
Hejsil has joined #zig
Hejsil has quit [Client Quit]
hoppetosse has joined #zig
hopppetosse has joined #zig
hoppetosse has quit [Ping timeout: 260 seconds]
MajorLag_ has joined #zig
<MajorLag_>
Is there a way to get lld (I'm assuming) to produce better error output? "error: linking failed" is not particularly helpful.
<andrewrk>
MajorLag_, I noticed this problem too
<andrewrk>
when I ran into it, I tried using the llvm6 branch, and it looks like LLD improved this
<andrewrk>
in the llvm6 branch LLD gives actual error messages
<andrewrk>
llvm 6 is scheduled to be released Feb 21. we'll have a zig release shortly after.
hopppetosse has quit [Ping timeout: 256 seconds]
<MajorLag_>
Alright, thanks.
<andrewrk>
MajorLag_, for what it's worth, the instructions for building LLVM & Clang are correct for 6.0.0rc1 (can be found here: http://prereleases.llvm.org/6.0.0/)