[PATCH] D24970: [ELF] - Fixed crash on invalid input.

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 06:04:11 PDT 2016


emaste added a comment.

> Taking in account that new binary input is among the smallest ones from what we already have in lld and the fact that crafting

>  such special object is not possible using existent tool functionality, I suggest to leave it as is.


OK, sounds fine to me. We can always replace it with yaml2obj or something else later on if it grows the ability to create broken output objects.


https://reviews.llvm.org/D24970





More information about the llvm-commits mailing list