summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/datalayout-invalid-stack-natural-alignment.ll
blob: c8d7ba62ab80ff88906cf4436e2a02bea64e9efe (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 = "S24"
OpenPOWER on IntegriCloud