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/X86/machine-trace-metrics-crash.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/X86/machine-trace-metrics-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/machine-trace-metrics-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/machine-trace-metrics-crash.ll b/llvm/test/CodeGen/X86/machine-trace-metrics-crash.ll index b17b2e9bf24..a340b0d7487 100644 --- a/llvm/test/CodeGen/X86/machine-trace-metrics-crash.ll +++ b/llvm/test/CodeGen/X86/machine-trace-metrics-crash.ll @@ -51,7 +51,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!2} -!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, isOptimized: true, runtimeVersion: 0, emissionKind: 1, subprograms: !{!3}) +!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, subprograms: !{!3}) !1 = !DIFile(filename: "24199.cpp", directory: "/bin") !2 = !{i32 2, !"Debug Info Version", i32 3} !3 = distinct !DISubprogram(linkageName: "foo", file: !1, line: 18, isLocal: false, isDefinition: true, scopeLine: 18) |