zygoloid wrote:

https://itanium-cxx-abi.github.io/cxx-abi/abi.html#vague-rtti and 
https://itanium-cxx-abi.github.io/cxx-abi/abi.html#typeid in the ABI require 
the type name string to be globally unique, and some `std::type_info` 
implementations rely on that. You might be able to do this for some specific 
targets that choose a different ABI rule, but not in general.

https://github.com/llvm/llvm-project/pull/111343
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to