diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll b/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll deleted file mode 100644 index 30353640a4c..00000000000 --- a/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \ -; RUN: | FileCheck %s -check-prefix CHECK-WIN - -; RUN: not llc -mtriple=armv7-windows-gnu -mcpu=cortex-a9 -o /dev/null %s 2>&1 \ -; RUN: | FileCheck %s -check-prefix CHECK-GNU - -; CHECK-WIN: does not support ARM mode execution - -; CHECK-GNU: does not support ARM mode execution - |

