labath planned changes to this revision.
labath added a comment.

In https://reviews.llvm.org/D32434#737179, @zturner wrote:

> If you look at the source code of yaml2obj, all this boils down to a single 
> call to `ELFState<T>::writeELF`.  If you just link against that, we could 
> avoid even shelling out to an external tool, and the YAML could be a string 
> literal defined inside the unit test cpp file.  This would also greatly 
> simplify the xcode build.
>
> Thoughts?


I like that. Let me see how that goes..


https://reviews.llvm.org/D32434



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

Reply via email to