[all-commits] [llvm/llvm-project] a32a16: [asan] Fix Windows tests after StripFunctionName()...

Marco Elver via All-commits all-commits at lists.llvm.org
Thu May 25 08:56:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a32a16311050fbccc03638b197910dc1415f60ab
      https://github.com/llvm/llvm-project/commit/a32a16311050fbccc03638b197910dc1415f60ab
  Author: Marco Elver <elver at google.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cpp
    M compiler-rt/test/asan/TestCases/Windows/intercept_memcpy.cpp
    M compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cpp

  Log Message:
  -----------
  [asan] Fix Windows tests after StripFunctionName() improvements

Stacktraces should no longer show __asan_wrap_, but the "normal"
function name.

Reflect that in tests.




More information about the All-commits mailing list