Skip to content

Commit

Permalink
fix rust-lang#607 for -O0 builds (rust-lang#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 authored Apr 16, 2022
1 parent e4c100e commit 875b2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enzyme/Enzyme/ActivityAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const char *KnownInactiveFunctionsStartingWith[] = {
"_ZNSi6ignore",
// std::ios_base
"_ZNSt8ios_base",
"_ZNKSt9basic_ios",
"_ZNSt9basic_ios",
"_ZStorSt13_Ios_OpenmodeS_",
// std::local
Expand Down

0 comments on commit 875b2ae

Please sign in to comment.