[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / SPARC / codemodel.ll
blobfae56b801c9cbc85b1fc3cd1251bb3c97d8bd94d
1 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=sparc64-unknown-linux -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY
2 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=sparc64-unknown-linux -code-model=kernel < %s 2>&1 | FileCheck %s --check-prefix=KERNEL
4 ; TINY:    Target does not support the tiny CodeModel
5 ; KERNEL:    Target does not support the kernel CodeModel
7 define void @foo() {
8   ret void