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

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 6 07:14:36 PDT 2018


asmith added a comment.

In https://reviews.llvm.org/D47708#1123286, @aleksandr.urakov wrote:

> Thank you!
>
> But it looks like the binary files (*.pdb and *.exe) have not been committed properly (they have zero size).


I've seen that issue before. I think you have to specify --binary when generating the diff.

git diff --no-prefix --binary branch master > patch.file


https://reviews.llvm.org/D47708





More information about the lldb-commits mailing list