[PATCH] D31474: Update suspended threads info to be compatible with darwin
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 13:22:51 PDT 2017
fjricci added a comment.
Hmm. In order to do this without using any #ifdef's, I think we'll need to move the struct into two new header files - sanitizer_stoptheworld_linux.h and sanitizer_stoptheworld_mac.h. Other than that, I think we should be fine removing them, if that sounds like an okay solution. I'm not sure that any existing plaform-specific headers really work for this.
https://reviews.llvm.org/D31474
More information about the llvm-commits
mailing list