<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi. I'm using LLVM 5.0.1 on macOS 10.12.<div><br></div><div>I have a very simple program (program.c):</div><div><div>int main() {}</div></div><div><br></div><div>When attempting to compile with LLD, I get this output:</div><div><div>$ clang -fuse-ld=lld program.c</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: unknown argument: -no_deduplicate</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: unknown argument: -dynamic</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: unknown argument: -arch</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: unknown emulation: acosx_version_min</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: unable to find library -lto_library</div><div>/opt/llvm/5.0.1/bin/ld.lld: error: /opt/llvm/5.0.1/lib/libLTO.<wbr>dylib: invalid data encoding</div><div>clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)</div></div><div><br></div><div>Looks like the flags passed to the linker are just wrong, but can't find any relevant documentation at <a href="http://llvm.org/docs" target="_blank">llvm.org/docs</a>.</div><div><br></div><div>Please help?</div></div></div>
</div>