[Lldb-commits] [PATCH] D32434: ObjectFileELF: Fix symbol lookup in bss section
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 25 11:20:49 PDT 2017
zturner added a comment.
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?
https://reviews.llvm.org/D32434
More information about the lldb-commits
mailing list