blob: f870e996a401924d5fdbd50d6f2ff4f419606fca (
plain)
1
2
3
4
5
6
7
8
|
; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | FileCheck %s --check-prefix CHECK-ERROR
; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s --check-prefix CHECK-ERROR
@a = global [5 x i16] zeroinitializer, align 2 #0
attributes #0 = { "toc-data" }
; CHECK-ERROR: LLVM ERROR: A GlobalVariable with size larger than a TOC entry is not currently supported by the toc data transformation.
|