File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ const std::set<std::string> InactiveGlobals = {
159
159
" _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE" ,
160
160
// vtable for __cxxabiv1::__si_class_type_info
161
161
" _ZTVN10__cxxabiv120__si_class_type_infoE" ,
162
- " _ZTVN10__cxxabiv117__class_type_infoE" };
162
+ " _ZTVN10__cxxabiv117__class_type_infoE" ,
163
+ " _ZTVN10__cxxabiv121__vmi_class_type_infoE" };
163
164
164
165
const std::map<std::string, size_t > MPIInactiveCommAllocators = {
165
166
{" MPI_Graph_create" , 5 },
Original file line number Diff line number Diff line change @@ -3566,7 +3566,8 @@ Constant *GradientUtils::GetOrCreateShadowConstant(
3566
3566
}
3567
3567
} else if (auto arg = dyn_cast<GlobalVariable>(oval)) {
3568
3568
if (arg->getName () == " _ZTVN10__cxxabiv120__si_class_type_infoE" ||
3569
- arg->getName () == " _ZTVN10__cxxabiv117__class_type_infoE" )
3569
+ arg->getName () == " _ZTVN10__cxxabiv117__class_type_infoE" ||
3570
+ arg->getName () == " _ZTVN10__cxxabiv121__vmi_class_type_infoE" )
3570
3571
return arg;
3571
3572
3572
3573
if (hasMetadata (arg, " enzyme_shadow" )) {
You can’t perform that action at this time.
0 commit comments