[all-commits] [llvm/llvm-project] 3411a1: Fix compile for -DLIBCXX_BUILD_EXTERNAL_THREAD_LIB...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Thu May 21 05:50:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3411a1a92015921b1f348d0e7fcc6ab2b32971b3
https://github.com/llvm/llvm-project/commit/3411a1a92015921b1f348d0e7fcc6ab2b32971b3
Author: David Nicuesa <david.nicuesa at arm.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M libcxx/include/__threading_support
Log Message:
-----------
Fix compile for -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY
Summary: 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.
Reviewers: #libc, ldionne
Reviewed By: #libc, ldionne
Subscribers: miyuki, dexonsmith, ldionne, jfb, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D80372
More information about the All-commits
mailing list