diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
commit | b8089516a5e5eae6aff3bdaef426cccd6355c0c5 (patch) | |
tree | ab8f037ad355815fa6e28b07f740637c952fae09 /llvm/test/CodeGen/ARM/debug-info-arg.ll | |
parent | 640de72a1efbf0f1c912ede48cbf4f0e1369ef45 (diff) | |
download | bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.tar.gz bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.zip |
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
llvm-svn: 265081
Diffstat (limited to 'llvm/test/CodeGen/ARM/debug-info-arg.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/debug-info-arg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/debug-info-arg.ll b/llvm/test/CodeGen/ARM/debug-info-arg.ll index bf7e7321ae3..6fe0df2804f 100644 --- a/llvm/test/CodeGen/ARM/debug-info-arg.ll +++ b/llvm/test/CodeGen/ARM/debug-info-arg.ll @@ -32,7 +32,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnon !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!33} -!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)", isOptimized: true, emissionKind: 1, file: !32, enums: !{}, retainedTypes: !{}, subprograms: !30, imports: null) +!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)", isOptimized: true, emissionKind: FullDebug, file: !32, enums: !{}, retainedTypes: !{}, subprograms: !30, imports: null) !1 = distinct !DISubprogram(name: "foo", line: 11, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 11, file: !2, scope: !2, type: !3, variables: !31) !2 = !DIFile(filename: "one.c", directory: "/Volumes/Athwagate/R10048772") !3 = !DISubroutineType(types: !4) |