Skip to content

Commit

Permalink
Inactive typeinfo (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jun 16, 2022
1 parent 67ba729 commit 441d197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enzyme/Enzyme/ActivityAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ const std::set<std::string> InactiveGlobals = {
// stringstream
"_ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE",
"_ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE",
// vtable for __cxxabiv1::__si_class_type_info
"_ZTVN10__cxxabiv120__si_class_type_infoE"
};

const std::map<std::string, size_t> MPIInactiveCommAllocators = {
Expand Down

0 comments on commit 441d197

Please sign in to comment.