(original) (raw)

I add the -fuse-ld=lld flag to the compiler command line itself. And I included LLD when I built LLVM (I checked out the mono repo and built that version).

What command line arguments should I pass to LLD when I want to link against third-party libraries? That's what I'm asking.