[libcxx-commits] [libcxx] [libcxx] Option to disable overridden function detection (PR #108734)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 19 04:01:14 PDT 2024


philnik777 wrote:

More general thought: Could we implement this mechanism through aliases instead: https://godbolt.org/z/E5oKj9hfe? I think that might make `__is_function_overriden` a bit more lean and avoid having to put the functions into a separate section. That probably also doesn't work everywhere, but that doesn't seem like a huge problem to me.

https://github.com/llvm/llvm-project/pull/108734


More information about the libcxx-commits mailing list