[Lldb-commits] [PATCH] D47708: PDB support of function-level linking and splitted functions
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 7 07:16:03 PDT 2018
zturner added a comment.
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.
https://reviews.llvm.org/D47708
More information about the lldb-commits
mailing list