unittest: Disable MachineInstrClone.CopyCallSiteInfo entirely
authorVedant Kumar <vsk@apple.com>
Wed, 8 Apr 2020 19:16:20 +0000 (12:16 -0700)
committerVedant Kumar <vsk@apple.com>
Wed, 8 Apr 2020 19:16:22 +0000 (12:16 -0700)
commit0605f5fbe755326e3dbc8daa4fc34453b8c5ac0e
treeecd8c8c06c3385b1055d32cb000c92ca22076220
parent381bdd546cae780ed98a71dd65b2da4149a22fe5
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.
llvm/unittests/CodeGen/MachineInstrTest.cpp