[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-xcoff-data-only-notoc.ll
bloba1f1f12f96870d95c29c0044df8d58647d520d76
1 ; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
2 ; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
4 ; RUN: llc -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
5 ; RUN: llvm-readobj --syms %t.o | FileCheck --check-prefix=SYMS %s
7 ; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff -filetype=obj < %s 2>&1 | \
8 ; RUN: FileCheck --check-prefix=OBJ64 %s
9 ; OBJ64: LLVM ERROR: 64-bit XCOFF object files are not supported yet.
11 @a = external global i32, align 4
12 @b = external global i64, align 8
13 @c = external global i16, align 2
14 @globa = common global i32 0, align 4
16 @ptr = internal global void (...)* null, align 4
18 ; CHECK-NOT: .toc
19 ; SYMS-NOT: Name: TOC