[RISCV] emit .option directive for functions with target features which differ from...
[llvm-project.git] / llvm / test / DebugInfo / X86 / invalid-global-constants.ll
blob710b74aefdf0c029870ebbc00c0cde04069c0399
1 ; RUN: llc %s -mtriple=x86_64 -filetype=obj -o - 2>&1 | FileCheck %s --check-prefix=ERROR
2 ; ERROR: invalid expression
4 !llvm.dbg.cu = !{!0}
5 !llvm.module.flags = !{!13, !14, !15, !16}
7 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !3)
8 !1 = !DIFile(filename: "invalidconst.c", directory: "/")
9 !2 = !{}
10 !3 = !{!4}
11 !4 = !DIGlobalVariableExpression(var: !5, expr: !DIExpression(DW_OP_consts, 18446744073709551615, DW_OP_stack_value, DW_OP_consts, 18446744073709551615, DW_OP_stack_value))
12 !5 = distinct !DIGlobalVariable(name: "constant", scope: !0, file: !1, line: 2, type: !6, isLocal: false, isDefinition: true)
13 !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
14 !13 = !{i32 2, !"Dwarf Version", i32 4}
15 !14 = !{i32 2, !"Debug Info Version", i32 3}
16 !15 = !{i32 1, !"wchar_size", i32 4}
17 !16 = !{i32 7, !"PIC Level", i32 2}