[all-commits] [llvm/llvm-project] 84d07f: [libc++] Add some missing _LIBCPP_HIDE_FROM_ABI ma...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Sep 21 20:11:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84d07f4dfea3cd6673a828998e229dda2b081934
https://github.com/llvm/llvm-project/commit/84d07f4dfea3cd6673a828998e229dda2b081934
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M libcxx/include/__compare/common_comparison_category.h
M libcxx/include/__compare/ordering.h
Log Message:
-----------
[libc++] Add some missing _LIBCPP_HIDE_FROM_ABI markup
Also, as a fly-by fix, use `inline` directly to define inline variables
(all compilers support it).
Differential Revision: https://reviews.llvm.org/D110208
More information about the All-commits
mailing list