[libcxx-commits] [PATCH] D103960: [libc++] Towards a simpler extern template story in libc++
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 9 06:39:48 PDT 2021
ldionne added a comment.
This patch does have the problem that if we want to be able to enable the debugging mode, the library has to have been built with the debug mode enabled, which isn't the case previously (but instead we have blatant ODR issues that might not have bitten anyone so far).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103960/new/
https://reviews.llvm.org/D103960
More information about the libcxx-commits
mailing list