[all-commits] [llvm/llvm-project] dd37e2: [libc++] Hide some functions and types in <future>...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Dec 10 16:19:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dd37e24ae62329d8376b7989dc2e3a53be30622a
https://github.com/llvm/llvm-project/commit/dd37e24ae62329d8376b7989dc2e3a53be30622a
Author: Louis Dionne <ldionne at apple.com>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M libcxx/include/future
M libcxx/include/thread
Log Message:
-----------
[libc++] Hide some functions and types in <future> and <thread> as hidden
Otherwise, weak symbols leak into user programs when using `async` with
non-internal types.
More information about the All-commits
mailing list