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

; CHECK: error: Invalid ABI alignment, i8 must be naturally aligned

target datalayout = "i8:16"