[libcxx-commits] [libcxx] [ASan][libc++] Hotfix: String annotations stack frame size (PR #76192)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 21 15:24:28 PST 2023
ldionne wrote:
One could argue that the other asan ifdef patch has the same dilemma, but the crucial difference IMO is that this is applied at the point of call of the function, whereas the other patch added ifdefs inside the function, making them less of a maintenance burden.
https://github.com/llvm/llvm-project/pull/76192
More information about the libcxx-commits
mailing list