[all-commits] [llvm/llvm-project] 637048: [TSan][Darwin] Test fix external-swift-debugging.cpp

Julian Lettner via All-commits all-commits at lists.llvm.org
Thu Mar 23 11:28:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 637048f122dc5112a86ae8c5c437efa22379127e
      https://github.com/llvm/llvm-project/commit/637048f122dc5112a86ae8c5c437efa22379127e
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M compiler-rt/test/tsan/Darwin/external-swift-debugging.cpp

  Log Message:
  -----------
  [TSan][Darwin] Test fix external-swift-debugging.cpp

My recent change [1] extended the external-swift-debugging.cpp test, but
didn't account for PAC under which function pointers aren't trivially
comparable. We could use `ptrauth_strip()`, but for the test it's easier
to just the symbol name.

[1] https://reviews.llvm.org/D146264




More information about the All-commits mailing list