[Lldb-commits] [PATCH] D50383: Move SafeMachO from Utility to Host

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 4 03:49:37 PDT 2018


teemperor requested changes to this revision.
teemperor added a comment.
This revision now requires changes to proceed.

Please add the header also to the modulemap in Host (which has to be manually written, as the Host module contains a lot of OS-specific headers):
`module SafeMachO { header "Host/SafeMachO.h" export * }`


https://reviews.llvm.org/D50383





More information about the lldb-commits mailing list