[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / SystemZ / codemodel.ll
bloba96a28a5167c3f3fe884a20583cf2ef6ba38fa09
1 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=s390x-linux-gnu -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY
2 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=s390x-linux-gnu -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