diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/arm-thumb-cpus-default.s | 3 | ||||
-rw-r--r-- | test/MC/ARM/arm-thumb-cpus.s | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/MC/ARM/arm-thumb-cpus-default.s b/test/MC/ARM/arm-thumb-cpus-default.s index 040039f..636ee3c 100644 --- a/test/MC/ARM/arm-thumb-cpus-default.s +++ b/test/MC/ARM/arm-thumb-cpus-default.s @@ -5,9 +5,6 @@ @ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY @ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY -@ FIXME: Could we avoid XFAIL to specify triple above? -@ XFAIL: cygwin,mingw32,win32 - @ Make sure the architecture chosen by LLVM defaults to a compatible @ ARM/Thumb mode. movs r0, r0 diff --git a/test/MC/ARM/arm-thumb-cpus.s b/test/MC/ARM/arm-thumb-cpus.s index ea4e71a..c15e807 100644 --- a/test/MC/ARM/arm-thumb-cpus.s +++ b/test/MC/ARM/arm-thumb-cpus.s @@ -5,9 +5,6 @@ @ RUN: llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY @ RUN: llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY -@ FIXME: Could we avoid XFAIL to specify triple above? -@ XFAIL: cygwin,mingw32,win32 - @ Make sure correct diagnostics are given for CPUs without support for @ one or other of the execution states. .thumb |