aleksandr.urakov added a comment.

In https://reviews.llvm.org/D47708#1124994, @zturner wrote:

> As a general rule, lld-link is command line compatible with MSVC and
>  clang-cl is command line compatible with cl.  So, the /order option should
>  work exactly the same with lld-link as it does with link.


It seeems that it is not implemented:

>>lld-link /debug /nodefaultlib /entry:main 
>>/order:@test-pdb-function-level-linking.ord 
>>test-pdb-function-level-linking.obj
>  C:\LLVM\bin\lld-link.EXE: error: could not open 
> /order:@test-pdb-function-level-linking.ord: no such file or directory

`lld-link /?` also don't list such option.


https://reviews.llvm.org/D47708



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to