[libcxx-commits] [PATCH] D80372: Fix compile for -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY

David Nicuesa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 21 03:45:29 PDT 2020


Nicu created this revision.
Nicu added a reviewer: libc++.
Nicu added a project: libc++.
Herald added subscribers: libcxx-commits, jfb.
Herald added 1 blocking reviewer(s): libc++.

Compilation with  -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY was failing due to missing declarations of functions used in libcxx/include/atomic. The lines this commit affects are the places where those functions are defined, now moved to be always defined.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80372

Files:
  libcxx/include/__threading_support

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80372.265469.patch
Type: text/x-patch
Size: 3526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200521/555d62c8/attachment-0001.bin>


More information about the libcxx-commits mailing list