[all-commits] [llvm/llvm-project] 7c4905: [libc++] Use init_priority(100) when possible
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Oct 6 12:54:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c49052b170f76f19be64a5572d31ad8f5df4e61
https://github.com/llvm/llvm-project/commit/7c49052b170f76f19be64a5572d31ad8f5df4e61
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M libcxx/include/__config
M libcxx/src/experimental/memory_resource.cpp
M libcxx/src/iostream.cpp
Log Message:
-----------
[libc++] Use init_priority(100) when possible
Priorities below 101 are reserved for the implementation, so that's what
we should be using here. That is unfortunately only supported on more
recent versions of Clang. See https://reviews.llvm.org/D31413 for details.
Differential Revision: https://reviews.llvm.org/D95972
More information about the All-commits
mailing list