Skip to content

Commit 7f731ef

Browse files
authored
strcpy to KnownInactiveFunctionsStartingWith (#2236)
Seen in #2235
1 parent 8eda577 commit 7f731ef

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
@@ -169,6 +169,7 @@ bool isInactiveCall(CallBase &CI) {
169169
const char *KnownInactiveFunctionsStartingWith[] = {
170170
"f90io",
171171
"$ss5print",
172+
"strcpy",
172173
"_ZTv0_n24_NSoD", //"1Ev, 0Ev
173174
"_ZNSt16allocator_traitsISaIdEE10deallocate",
174175
"_ZNSaIcED1Ev",

0 commit comments

Comments
 (0)