[all-commits] [llvm/llvm-project] cb055e: [libc++] Add a CI job running MSAN

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Mar 31 06:31:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb055e51f994806160465212ac100485dac48125
      https://github.com/llvm/llvm-project/commit/cb055e51f994806160465212ac100485dac48125
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libunwind/test/forceunwind.pass.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M libunwind/test/libunwind_02.pass.cpp
    M libunwind/test/remember_state_leak.pass.sh.s
    M libunwind/test/signal_frame.pass.cpp
    M libunwind/test/signal_unwind.pass.cpp
    M libunwind/test/unwind_leaffunction.pass.cpp

  Log Message:
  -----------
  [libc++] Add a CI job running MSAN

For some reason, we've been going without a MSAN CI job, even though
even run-buildbot defined a generic-msan job. This must have been an
oversight that went unnoticed. Thanks to @EricWF for the catch.

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




More information about the All-commits mailing list