summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-01 22:18:43 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-01 22:18:43 +0000
commitcf0961f5ea0269e2a921ed6775190deda74785dd (patch)
tree3564f5aa5030e9937d6d7a178ac964000d1b1c13 /llvm/test/CodeGen/X86
parent5a2e5d324e9f2cab1ab909671a8b6ec68cc8e60f (diff)
downloadbcm5719-llvm-cf0961f5ea0269e2a921ed6775190deda74785dd.tar.gz
bcm5719-llvm-cf0961f5ea0269e2a921ed6775190deda74785dd.zip
Add missing emissionKind flags to the DICompileUnits of several old testcases.
llvm-svn: 265192
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/misched-code-difference-with-debug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/misched-code-difference-with-debug.ll b/llvm/test/CodeGen/X86/misched-code-difference-with-debug.ll
index db0bb6388f2..dfac8025a9a 100644
--- a/llvm/test/CodeGen/X86/misched-code-difference-with-debug.ll
+++ b/llvm/test/CodeGen/X86/misched-code-difference-with-debug.ll
@@ -62,7 +62,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata)
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!22, !23}
-!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, enums: !2, retainedTypes: !3, subprograms: !12, globals: !20, imports: !2)
+!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, enums: !2, retainedTypes: !3, subprograms: !12, globals: !20, imports: !2, emissionKind: FullDebug)
!1 = !DIFile(filename: "test.cpp", directory: "")
!2 = !{}
!3 = !{!4}
OpenPOWER on IntegriCloud