[libcxx-commits] [PATCH] D48680: Add missing visibility annotation for __base
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 25 02:26:36 PDT 2019
EricWF added a comment.
You have an ODR violation. You can't compile one TU with `-fno-rtti -fno-exceptions` and another without. You give the definitions of `__base` different vtables.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48680/new/
https://reviews.llvm.org/D48680
More information about the libcxx-commits
mailing list