[Lldb-commits] [PATCH] D13028: Merge dsym and dwarf test cases
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 22 10:34:24 PDT 2015
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good. For the failing test cases, just check this stuff in and we should take care or marking any needed tests and expected fail. Is there a way to mark a test such that the "dwarf in .o files" will expected fail if we need to do that? If there currently isn't, we need to add the ability to say that normal dwarf (dSYM file for MacOSX or dwarf in object file for all other platforms), DWO, and dwarf in .o files (apple) can be marked as expected fail, skip, etc...
http://reviews.llvm.org/D13028
More information about the lldb-commits
mailing list