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
  ...

llvm-svn: 239805

llvm/test/CodeGen/MIR/machine-function.mir

index a3c1d1d..e8c5736 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
 
 --- |