1;; TODO: The alias offset doesn't refer to any sub-element. 2; RUN: not --crash llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr4 \ 3; RUN: -data-sections=false < %s 2>&1 | FileCheck --check-prefix=ERROR %s 4 5; ERROR: Aliases with offset 1 were not emitted. 6 7@ConstVector = global <2 x i64> <i64 1, i64 2> 8@var = alias i64, getelementptr inbounds (i8, ptr @ConstVector, i32 1) 9