[all-commits] [llvm/llvm-project] 0605f5: unittest: Disable MachineInstrClone.CopyCallSiteIn...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Apr 8 12:18:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0605f5fbe755326e3dbc8daa4fc34453b8c5ac0e
https://github.com/llvm/llvm-project/commit/0605f5fbe755326e3dbc8daa4fc34453b8c5ac0e
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 entirely
Somehow, details about the host architecture are creeping into the bogus
target set up in MFCommon.inc, causing call site info to be disabled:
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/41476
http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/17987
Disable the test to unblock the bots until I can figure this out.
More information about the All-commits
mailing list