[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 03:07:23 PDT 2018
aleksandr.urakov added a comment.
> I suppose the reason you can't do the same yaml2obj trick on the .exe is because yaml2obj does not support serializing exe's yet?
Yes, it's so.
> Could we shrink the size of these binaries by not using c and c++ standard library features?
The problem is that it is hard to reproduce splitting of a compiled source file on little executables, so I haven't found better way to reproduce it than using standard library.
> Could you clang-format this patch?
Yes, sure, I'll update patch.
> I think these kinds of checks would be a nice fit for a lldb-test symbols --verify option.
Can you explain this in detail, please?
https://reviews.llvm.org/D47708
More information about the lldb-commits
mailing list