[Lldb-commits] [PATCH] D46934: Make ObjectFileMachO work on non-darwin platforms
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 17 04:06:45 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D46934#1101963, @aprantl wrote:
> Does that mean we can now also remove the #ifdef __APPLE__ from the objectfile unit tests?
Which ones do you mean? I wasn't aware we had any. The thing I know of, which would be interesting to enable is the MachO core file tests. This can't be done yet because the respective process plugin is apple-only, but I haven't looked at what it would take to enable it everywhere.
https://reviews.llvm.org/D46934
More information about the lldb-commits
mailing list