summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC/aix-alias-unsupported.ll
blob: 342f7d419f337779b6a1af0b59c434fc75c5be41 (plain)
1
2
3
4
5
6
; RUN: not --crash llc < %s -mtriple powerpc-ibm-aix-xcoff 2>&1 | FileCheck %s
; RUN: not --crash llc < %s -mtriple powerpc64-ibm-aix-xcoff 2>&1 | FileCheck %s
; CHECK: ERROR: alias without a base object is not yet supported on AIX

@bar = global i32 42
@test = alias i32, inttoptr(i32 42 to i32*)