[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Assembler / datalayout-invalid-i8-alignment.ll
blobe12cfce03097466e70e97251fddc1bcf2c1db3d8
1 ; RUN: not llvm-as %s 2>&1 | FileCheck %s
3 ; CHECK: error: Invalid ABI alignment, i8 must be naturally aligned
5 target datalayout = "i8:16"