[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-xcoff-data-only-notoc.ll
blob669e0070d08b75d5d22679654bfb81cca45343ba
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: llc -mtriple powerpc64-ibm-aix-xcoff -filetype=obj -o %t64.o < %s
8 ; RUN: llvm-readobj --syms %t64.o | FileCheck --check-prefix=SYMS %s
10 @a = external global i32, align 4
11 @b = external global i64, align 8
12 @c = external global i16, align 2
13 @globa = common global i32 0, align 4
15 @ptr = internal global ptr null, align 4
17 ; CHECK-NOT: .toc
18 ; SYMS-NOT: Name: TOC