[libcxx-commits] [PATCH] D66614: Add inline to uflow and underflow
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 4 07:53:06 PDT 2019
mclow.lists added a comment.
In D66614#1656799 <https://reviews.llvm.org/D66614#1656799>, @hiraditya wrote:
> I only intend to inline uflow and underflow.
I should have written:
Marking `uflow` and `underflow` as inline would remove them from the dylib, breaking any existing binaries that refer to them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66614/new/
https://reviews.llvm.org/D66614
More information about the libcxx-commits
mailing list