This is an archive of the discontinued LLVM Phabricator instance.

[msan] Add lit test for dladdr
ClosedPublic

Authored by thurston on Jun 30 2023, 1:18 PM.

Details

Summary

This adds a simple lit test for dladdr. (There is currently a dladdr testcase in
compiler-rt/lib/msan/tests/msan_test.cpp, but not a stand-alone lit test.)

This is an incremental step towards adding a test case (and, eventually, an interceptor)
for the more complicated dladdr1 function.

Diff Detail

Event Timeline

thurston created this revision.Jun 30 2023, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 1:18 PM
Herald added a subscriber: Enna1. · View Herald Transcript
thurston requested review of this revision.Jun 30 2023, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 1:18 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jun 30 2023, 1:27 PM
vitalybuka added a subscriber: tra.

FYI @tra

This revision is now accepted and ready to land.Jun 30 2023, 1:27 PM
This revision was landed with ongoing or failed builds.Jun 30 2023, 1:53 PM
This revision was automatically updated to reflect the committed changes.