[PATCH] D12829: [LLD][COFF] Corrected error message if a section failed to load
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 12 09:17:32 PDT 2015
ikudrin added a comment.
In http://reviews.llvm.org/D12829#244860, @rafael wrote:
> Is it possible to add a testcase?
The first line cannot fire with current sources, it's more like redundant safety check.
The second line can fire if an obj file is invalid and contains sections with invalid names. I can write a test for this case if it's worth it.
http://reviews.llvm.org/D12829
More information about the llvm-commits
mailing list