summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/datalayout-invalid-function-ptr-alignment.ll
blob: 21cd6a6dc78219414d065ec59017a4481d14a31c (plain)
1
2
3
4
5
; RUN: not llvm-as %s 2>&1 | FileCheck %s

; CHECK: LLVM ERROR: Alignment is neither 0 nor a power of 2

target datalayout = "Fi24"
OpenPOWER on IntegriCloud