forked from OSchip/llvm-project
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 ... llvm-svn: 239805
This commit is contained in:
parent
b94f05221c
commit
f68c7a27f4
|
@ -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
|
||||
|
||||
--- |
|
||||
|
||||
|
|
Loading…
Reference in New Issue