[PATCH] D59676: Make Parallel.h build with libc++ on Windows.
Eric Fiselier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 21:11:13 PDT 2019
EricWF added inline comments.
================
Comment at: llvm/include/llvm/Support/Parallel.h:29
+// headers. To make things work, explicitly include it here.
+#include <yvals.h>
+
----------------
This is an internal header we're not supposed to really be touching.
Can we guard if with `#ifdef _LIBCPP_VERSION`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59676/new/
https://reviews.llvm.org/D59676
More information about the llvm-commits
mailing list