[all-commits] [llvm/llvm-project] 695933: [DIAG][msan] fix libc check string for dladdr1 cal...

Lei Huang via All-commits all-commits at lists.llvm.org
Thu Oct 19 07:16:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6959332804579b0e9273c89ecb2d2cdbaa73d04d
      https://github.com/llvm/llvm-project/commit/6959332804579b0e9273c89ecb2d2cdbaa73d04d
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M compiler-rt/test/msan/dladdr1_test.c

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list