This is an archive of the discontinued LLVM Phabricator instance.

[DFSAN] Add support for _tolower
ClosedPublic

Authored by tkuchta on Jun 21 2023, 5:00 AM.

Details

Summary

I noticed that in some cases _tolower shows as uninstrumented - I've added it as "functional" in the done_abilist.txt file

Diff Detail

Event Timeline

tkuchta created this revision.Jun 21 2023, 5:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 5:00 AM
Herald added a subscriber: Enna1. · View Herald Transcript
tkuchta requested review of this revision.Jun 21 2023, 5:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 5:00 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
browneee accepted this revision.Jun 21 2023, 8:04 AM
This revision is now accepted and ready to land.Jun 21 2023, 8:04 AM

Please rebase and let it rerun the tests.

tkuchta updated this revision to Diff 533646.Jun 22 2023, 9:19 AM

Rebase done

browneee accepted this revision.Jun 22 2023, 1:45 PM
browneee added inline comments.
compiler-rt/lib/dfsan/done_abilist.txt
91

Note to self: this seems to be a macro on some platforms, but not a macro on others.

This revision was automatically updated to reflect the committed changes.