Skip to content

Commit 875b2ae

Browse files
authored
fix rust-lang#607 for -O0 builds (rust-lang#613)
1 parent e4c100e commit 875b2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enzyme/Enzyme/ActivityAnalysis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const char *KnownInactiveFunctionsStartingWith[] = {
103103
"_ZNSi6ignore",
104104
// std::ios_base
105105
"_ZNSt8ios_base",
106+
"_ZNKSt9basic_ios",
106107
"_ZNSt9basic_ios",
107108
"_ZStorSt13_Ios_OpenmodeS_",
108109
// std::local

0 commit comments

Comments
 (0)