brintos

brintos / llvm-project-archived public Read only

0
0
Text · 500 B · a3831d8 Raw
16 lines · plain
1; RUN: not --crash llc  -mtriple powerpc-ibm-aix-xcoff  -verify-machineinstrs \2; RUN:     < %s 2>&1 | FileCheck %s3; RUN: not --crash llc  -mtriple powerpc64-ibm-aix-xcoff  -verify-machineinstrs \4; RUN:     < %s 2>&1 | FileCheck %s5 6@iprivate = private global i32 55 #07 8define nonnull ptr @get() local_unnamed_addr {9entry:10  ret ptr @iprivate11}12 13attributes #0 = { "toc-data" }14 15; CHECK: LLVM ERROR: A GlobalVariable with private linkage is not currently supported by the toc data transformation.16