Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Verifier / digenericsubrange-missing-stride.ll
blob1cca7808b5b5f892b16fda3e1e610e9539a6301b
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 !named = !{!0}
4 ; CHECK: GenericSubrange must contain stride
5 !0 = !DIGenericSubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_over, DW_OP_constu, 48, DW_OP_mul, DW_OP_plus_uconst, 80, DW_OP_plus, DW_OP_deref), upperBound: !DIExpression(DW_OP_push_object_address, DW_OP_over, DW_OP_constu, 48, DW_OP_mul, DW_OP_plus_uconst, 120, DW_OP_plus, DW_OP_deref))