[all-commits] [llvm/llvm-project] 381bdd: unittest: Disable MachineInstrClone.CopyCallSiteIn...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Wed Apr 8 12:12:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 381bdd546cae780ed98a71dd65b2da4149a22fe5
      https://github.com/llvm/llvm-project/commit/381bdd546cae780ed98a71dd65b2da4149a22fe5
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M llvm/unittests/CodeGen/MachineInstrTest.cpp

  Log Message:
  -----------
  unittest: Disable MachineInstrClone.CopyCallSiteInfo on Windows

A bot error (http://45.33.8.238/win/12463/step_11.txt) reports 'unknown
file: error: SEH exception with code 0x3221225477 thrown in the test
body', but I don't know what causes this.

It looks like this has come up before, but afaict the root causes could
be different:

  https://reviews.llvm.org/rL329195, and in
  http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20180910/587425.html

I tried testing locally with UBSan, but that didn't uncover anything.




More information about the All-commits mailing list