7 lines · plain
1; RUN: not --crash llc < %s -mtriple powerpc-ibm-aix-xcoff 2>&1 | FileCheck %s2; RUN: not --crash llc < %s -mtriple powerpc64-ibm-aix-xcoff 2>&1 | FileCheck %s3; CHECK: ERROR: alias without a base object is not yet supported on AIX4 5@bar = global i32 426@test = alias i32, inttoptr(i32 42 to ptr)7