[PATCH] D53935: Delete dependency on config.h
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 08:32:31 PDT 2018
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clangd/Threading.cpp:7
#include <thread>
-#ifdef HAVE_PTHREAD_H
+#if defined(__USE_POSIX)
#include <pthread.h>
----------------
nit: just ifdef?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53935
More information about the cfe-commits
mailing list