[Lldb-commits] [PATCH] D47708: PDB support of function-level linking and splitted functions

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 7 07:29:53 PDT 2018


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





More information about the lldb-commits mailing list