[libcxx-commits] [PATCH] D86598: [libcxx] Fix compile for BUILD_EXTERNAL_THREAD_LIBRARY

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 26 05:54:02 PDT 2020


miyuki added inline comments.


================
Comment at: libcxx/include/__threading_support:277
 int __libcpp_tls_set(__libcpp_tls_key __key, void *__p);
-
 #endif // !defined(_LIBCPP_HAS_THREAD_API_EXTERNAL)
----------------
Please remove stray changes (2 added/removed blank lines)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86598/new/

https://reviews.llvm.org/D86598



More information about the libcxx-commits mailing list