commit d7a539906d2dd49872abb161f3d3364c9641ccd2 (tree) parent 2a49c876be76dc98996a3251310728ad32b22363 Author: Andrew Kelley <superjoe30@gmail.com> Date: Mon, 28 Aug 2017 04:09:09 -0400 Merge branch 'embed-lld' Zig now depends on LLVM 5.0.0. For the latest version that supports LLVM 4.0.1, use 2a49c876be76dc98996a3251310728ad32b22363. Unfortunately we had to embed LLD into Zig due to some MACH-O related LLD bugs. One of them is already upstream and another is awaiting feedback on the llvm-dev mailing list. You can use cmake option -DZIG_FORCE_EXTERNAL_LLD=ON to still use external LLD if you want to live with the MACH-O bugs or if your system LLD is patched. Closes #273 Diff is too large, output suppressed.