[PATCH] D56088: Enable posix regex interceptors on linux.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 13:41:44 PST 2018
eugenis added a comment.
Is the purpose of the proposed split to avoid all the #if-s for mac vs linux in that file? That would be nice, but we would also end up with a lot of code duplication, the same we have now between posix/netbsd/freebsd files. I'm not sure which is better.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56088/new/
https://reviews.llvm.org/D56088
More information about the llvm-commits
mailing list