[llvm-dev] Using LLD to link against third-party libraries? How? (original) (raw)
Osman Zakir via llvm-dev llvm-dev at lists.llvm.org
Tue Dec 11 11:48:44 PST 2018
- Previous message: [llvm-dev] Using LLD to link against third-party libraries? How?
- Next message: [llvm-dev] Using LLD to link against third-party libraries? How?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181211/756f1c9b/attachment.html>
- Previous message: [llvm-dev] Using LLD to link against third-party libraries? How?
- Next message: [llvm-dev] Using LLD to link against third-party libraries? How?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]