Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 16 Jun 2015 06:57:35 +0000 (06:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 16 Jun 2015 06:57:35 +0000 (06:57 +0000)
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

index a3c1d1d739279b350d33248629f087a53a409cc7..e8c57369968c871802ce89258c5c61fca732be93 100644 (file)
@@ -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
 
 --- |