summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/drop-debug-info.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
commitb8089516a5e5eae6aff3bdaef426cccd6355c0c5 (patch)
treeab8f037ad355815fa6e28b07f740637c952fae09 /llvm/test/Assembler/drop-debug-info.ll
parent640de72a1efbf0f1c912ede48cbf4f0e1369ef45 (diff)
downloadbcm5719-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/Assembler/drop-debug-info.ll')
-rw-r--r--llvm/test/Assembler/drop-debug-info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/drop-debug-info.ll b/llvm/test/Assembler/drop-debug-info.ll
index 4d2be38a91d..a2b94ba794f 100644
--- a/llvm/test/Assembler/drop-debug-info.ll
+++ b/llvm/test/Assembler/drop-debug-info.ll
@@ -12,7 +12,7 @@ entry:
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!9}
-!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 (trunk 195495) (llvm/trunk 195495:195504M)", isOptimized: false, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 (trunk 195495) (llvm/trunk 195495:195504M)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
!1 = !DIFile(filename: "../llvm/tools/clang/test/CodeGen/debug-info-version.c", directory: "/Users/manmanren/llvm_gmail/release")
!2 = !{i32 0}
!3 = !{!4}
OpenPOWER on IntegriCloud