From 4ec9824e8c70adb8c8c502f8a088b8847afc0d0b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 16 Jun 2015 06:57:35 +0000 Subject: [PATCH] Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating. The emission was as below; --- name: foo alignment: 31428584 exposesReturnsTwice: true hasInlineAsm: false ... --- name: bar alignment: 1701667182 exposesReturnsTwice: false hasInlineAsm: false ... --- name: func alignment: 8 exposesReturnsTwice: false hasInlineAsm: false ... --- name: func2 alignment: 16 exposesReturnsTwice: true hasInlineAsm: true ... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239805 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/MIR/machine-function.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/MIR/machine-function.mir b/test/CodeGen/MIR/machine-function.mir index a3c1d1d7392..e8c57369968 100644 --- a/test/CodeGen/MIR/machine-function.mir +++ b/test/CodeGen/MIR/machine-function.mir @@ -1,5 +1,6 @@ # RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s # This test ensures that the MIR parser parses machine functions correctly. +# REQUIRES: shell --- | -- 2.34.1