[Lldb-commits] [PATCH] D47708: PDB support of function-level linking and splitted functions
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 7 03:37:58 PDT 2018
labath added a comment.
Btw, would it be possible to use the `/order` directive to achive what you want? (/order:function_from_first_file,function_from_second_file,another_function_from_first_file)
https://reviews.llvm.org/D47708
More information about the lldb-commits
mailing list