[CMake] Add support for building the llvm test-suite as part of an LLVM build using...
[oota-llvm.git] / test / Assembler / invalid-datalayout22.ll
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3 target datalayout = "v128:0:128"
4
5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
6