[all-commits] [llvm/llvm-project] 6df9b0: [Sanitizers][Darwin][ASanABI] Fix architecture con...

thetruestblue via All-commits all-commits at lists.llvm.org
Thu Jun 1 14:12:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6df9b06aa81f7b6eea34652ddff819afc07a874f
      https://github.com/llvm/llvm-project/commit/6df9b06aa81f7b6eea34652ddff819afc07a874f
  Author: Blue Gaston <bgaston2 at apple.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan_abi/CMakeLists.txt
    M compiler-rt/test/asan_abi/CMakeLists.txt

  Log Message:
  -----------
  [Sanitizers][Darwin][ASanABI] Fix architecture config for ASan Abi

Moved setting supported architecture to parent cmake configuration files
so they can be read by both lib and test CMakeList.txt.

Fixed issue with check-asan-abi that did not filter for current host architecture
which caused x86_64 bots to run Arm64 tests.

Added x86_64 as a supported arch to the test cmake file.

rdar://110017569

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




More information about the All-commits mailing list