[DIAG][msan] fix libc check string for dladdr1 call (#69359)
commit6959332804579b0e9273c89ecb2d2cdbaa73d04d
authorLei Huang <lei@ca.ibm.com>
Thu, 19 Oct 2023 14:16:20 +0000 (19 10:16 -0400)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 14:16:20 +0000 (19 10:16 -0400)
tree2455130f6ae4d741073144725732d72034a7963a
parent40a426fac6ff7c32bc239bf55ebe322368accc16
[DIAG][msan] fix libc check string for dladdr1 call (#69359)

The check for dladdr1 for shared libc is too strict. Depending on how the system is setup we sometimes pick up the none generic lib name with the version string in it.

Update check to for libc to account for version string.
compiler-rt/test/msan/dladdr1_test.c