summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2018-12-10 20:55:34 +0000
committerDavid Green <david.green@arm.com>2018-12-10 20:55:34 +0000
commitbd72be0b441482b9bd46841420a5b45f03d8e457 (patch)
tree02b2dd882743c07fae0508a30c8aa25270219e0a /llvm/test/CodeGen/SPARC
parent266dc19e4ef14448fae31402dbe8a89b39024457 (diff)
downloadbcm5719-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.ll4
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
OpenPOWER on IntegriCloud