[all-commits] [llvm/llvm-project] 40f2f2: [libc++] Change linkage for some functions.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Mar 19 11:50:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40f2f2f55189443a6e55098fb5d3e3656ef07907
https://github.com/llvm/llvm-project/commit/40f2f2f55189443a6e55098fb5d3e3656ef07907
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-03-19 (Sun, 19 Mar 2023)
Changed paths:
M libcxx/include/__algorithm/ranges_find_if.h
M libcxx/include/__algorithm/ranges_min_element.h
Log Message:
-----------
[libc++] Change linkage for some functions.
Internal linkages fails when building libc++ with modules. Using
internal linkage is headers seems questionable to change the linkage.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D146384
More information about the All-commits
mailing list