bolt/deps/llvm-18.1.8/llvm/test/CodeGen/PowerPC/aix-alias-unsupported.ll

7 lines
297 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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 ptr)