[llvm-dev] LLVM Linker

Alexander Benikowski via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 9 23:54:50 PDT 2017


Hi,
What is your goal? Executable? Library? used it only once some weeks ago
but iirc for example:

lld /dll Foo.obj Bar.obj

On windows lld will complain it is just a generic driver and give you a set
of tools to run instead (like lld-link)

2017-10-10 5:54 GMT+02:00 hameeza ahmed via llvm-dev <
llvm-dev at lists.llvm.org>:

> this option does not work with llc. i want to generate the link object
> file from llc. how to do this?
>
> On Tue, Oct 10, 2017 at 3:39 AM, Anthony Eden <aeden at csail.mit.edu> wrote:
>
>> -fuse-ld=lld
>>
>> On Mon, Oct 9, 2017 at 4:42 PM, hameeza ahmed via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>> Hello,
>>>
>>> I want to pass my object files through linker. How to achieve this in
>>> llvm?
>>>
>>>
>>> Please help
>>>
>>> Thank You
>>>
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> llvm-dev at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>>
>>>
>>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171010/74ce8bfb/attachment.html>


More information about the llvm-dev mailing list