[all-commits] [llvm/llvm-project] 417a49: [msan] Hotfix clang/test/CodeGen/sanitize-memory-d...

Alexander Potapenko via All-commits all-commits at lists.llvm.org
Fri Aug 20 07:00:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 417a49e78e730c964c60840110455c29fb562ee0
      https://github.com/llvm/llvm-project/commit/417a49e78e730c964c60840110455c29fb562ee0
  Author: Alexander Potapenko <glider at google.com>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
    M clang/test/CodeGen/sanitize-memory-disable.c

  Log Message:
  -----------
  [msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c

Because KMSAN is not supported on many architectures, explicitly build
the test with -target x86_64-linux-gnu.

Fixes the 'unsupported architecture' and 'unsupported operating system'
errors reported by the clang-armv7-quick (https://lab.llvm.org/buildbot#builders/171/builds/2595)
and llvm-clang-x86_64-sie-ubuntu-fast (https://lab.llvm.org/buildbot#builders/139/builds/9079)
builders.

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




More information about the All-commits mailing list