[libc] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES. (#117265)
[llvm-project.git] / llvm / test / tools / dsymutil / Inputs / inline.ll
blobe7c9b7096ee5bf57da9d2c6d973f5769adca2d59
1 ; ModuleID = '/tmp/t.c'
2 source_filename = "/tmp/t.c"
3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
5 ; Function Attrs: noinline nounwind optnone ssp uwtable(sync)
6 define void @f() #0 !dbg !9 {
7 entry:
8   ret void, !dbg !14
11 attributes #0 = { noinline nounwind optnone ssp uwtable(sync) }
13 !llvm.dbg.cu = !{!0}
14 !llvm.module.flags = !{!2, !3, !4, !5, !6, !7}
15 !llvm.ident = !{!8}
17 !0 = distinct !DICompileUnit(language: DW_LANG_C11, file: !1, producer: "clang version 18.0.0git (git@github.com:llvm/llvm-project.git 29ee66f4a0967e43a035f147c960743c7b640f2f)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: Apple, sysroot: "/")
18 !1 = !DIFile(filename: "/INLINE/inlined.c", directory: "/Volumes/Data/llvm-project", checksumkind: CSK_MD5, checksum: "3183154a5cb31debe9a8e27ca500bc3c")
19 !2 = !{i32 7, !"Dwarf Version", i32 5}
20 !3 = !{i32 2, !"Debug Info Version", i32 3}
21 !4 = !{i32 1, !"wchar_size", i32 4}
22 !5 = !{i32 8, !"PIC Level", i32 2}
23 !6 = !{i32 7, !"uwtable", i32 1}
24 !7 = !{i32 7, !"frame-pointer", i32 1}
25 !8 = !{!"clang version 18.0.0git (git@github.com:llvm/llvm-project.git 29ee66f4a0967e43a035f147c960743c7b640f2f)"}
26 !9 = distinct !DISubprogram(name: "f", scope: !10, file: !10, line: 2, type: !11, scopeLine: 2, spFlags: DISPFlagDefinition, unit: !0)
27 !10 = !DIFile(filename: "/INLINE/inlined.c", directory: "", source: "void stop();
28 void f() {
29   // This is inline source code.
32 !11 = !DISubroutineType(types: !12)
33 !12 = !{null}
34 !14 = !DILocation(line: 4, column: 1, scope: !9)