[all-commits] [llvm/llvm-project] 850daa: [msan] Add lit test for dladdr

Thurston Dang via All-commits all-commits at lists.llvm.org
Fri Jun 30 13:53:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 850daa51f0b75c96af821ae9d4da5ec69f52e1c1
      https://github.com/llvm/llvm-project/commit/850daa51f0b75c96af821ae9d4da5ec69f52e1c1
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    A compiler-rt/test/msan/dladdr_test.c

  Log Message:
  -----------
  [msan] Add lit test for dladdr

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.

Differential Revision: https://reviews.llvm.org/D154255




More information about the All-commits mailing list