This is an archive of the discontinued LLVM Phabricator instance.

[BuildLibcalls] Mark some libcalls with inaccessiblememonly and inaccessiblemem_or_argmemonly
ClosedPublic

Authored by xbolva00 on Jan 15 2021, 5:35 PM.

Diff Detail

Event Timeline

xbolva00 created this revision.Jan 15 2021, 5:35 PM
xbolva00 requested review of this revision.Jan 15 2021, 5:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2021, 5:35 PM
xbolva00 updated this revision to Diff 317128.Jan 15 2021, 5:38 PM
xbolva00 added inline comments.Jan 19 2021, 4:06 PM
llvm/lib/Transforms/Utils/BuildLibCalls.cpp
615

Probably strdup as well.

jdoerfert accepted this revision.Jan 19 2021, 4:13 PM

LGTM, I think this is correct. Thanks a lot!

This revision is now accepted and ready to land.Jan 19 2021, 4:13 PM