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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to