diff options
| author | David Green <david.green@arm.com> | 2018-12-10 20:55:34 +0000 |
|---|---|---|
| committer | David Green <david.green@arm.com> | 2018-12-10 20:55:34 +0000 |
| commit | bd72be0b441482b9bd46841420a5b45f03d8e457 (patch) | |
| tree | 02b2dd882743c07fae0508a30c8aa25270219e0a /llvm/test/CodeGen/SPARC | |
| parent | 266dc19e4ef14448fae31402dbe8a89b39024457 (diff) | |
| download | bcm5719-llvm-bd72be0b441482b9bd46841420a5b45f03d8e457.tar.gz bcm5719-llvm-bd72be0b441482b9bd46841420a5b45f03d8e457.zip | |
[Targets] Fixup incorrect targets in codemodel tests
llvm-svn: 348796
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/codemodel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/codemodel.ll b/llvm/test/CodeGen/SPARC/codemodel.ll index ec9982faba1..68da48a0e95 100644 --- a/llvm/test/CodeGen/SPARC/codemodel.ll +++ b/llvm/test/CodeGen/SPARC/codemodel.ll @@ -1,5 +1,5 @@ -; RUN: not llc -verify-machineinstrs -o - -mtriple=arm-none-eabi -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY -; RUN: not llc -verify-machineinstrs -o - -mtriple=arm-none-eabi -code-model=kernel < %s 2>&1 | FileCheck %s --check-prefix=KERNEL +; RUN: not llc -verify-machineinstrs -o - -mtriple=sparc64-unknown-linux -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY +; RUN: not llc -verify-machineinstrs -o - -mtriple=sparc64-unknown-linux -code-model=kernel < %s 2>&1 | FileCheck %s --check-prefix=KERNEL ; TINY: Target does not support the tiny CodeModel ; KERNEL: Target does not support the kernel CodeModel |

