[libcxx-commits] [libcxx] [libcxx] Option to disable overridden function detection (PR #108734)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 16 09:53:06 PDT 2024
philnik777 wrote:
> I'm iffy about adding an option just to disable that -- that feels like a hack. There might be a more general configuration option trying to emerge here. What do these linker scripts do that is special and breaks how this detection work?
Just my guess: Linker scripts usually define where the sections go explicitly. Since our section isn't part of one of the standard sections it's not picked the linker script wildcards it simply discards it.
https://github.com/llvm/llvm-project/pull/108734
More information about the libcxx-commits
mailing list