diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-11 15:53:44 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-11 15:53:44 +0000 |
commit | b01a4d48ac4bdea983f43f5e0149aef9e689deef (patch) | |
tree | 2457fbbf3339c116ab752e248370d1ff8eba03b2 /llvm/test/Transforms/SampleProfile/inline.ll | |
parent | 6b5f4d8ad1929e7dc0ac338c5c536c19352f4cbe (diff) | |
download | bcm5719-llvm-b01a4d48ac4bdea983f43f5e0149aef9e689deef.tar.gz bcm5719-llvm-b01a4d48ac4bdea983f43f5e0149aef9e689deef.zip |
More upgrading of old- and very-old-style debug info in testcases.
llvm-svn: 265953
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/inline.ll')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/inline.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/inline.ll b/llvm/test/Transforms/SampleProfile/inline.ll index 2b9d131bfc1..b37ee963b89 100644 --- a/llvm/test/Transforms/SampleProfile/inline.ll +++ b/llvm/test/Transforms/SampleProfile/inline.ll @@ -77,10 +77,11 @@ while.end: ; preds = %while.cond declare i32 @printf(i8*, ...) #2 +!llvm.dbg.cu = !{!0} !llvm.module.flags = !{!8, !9} !llvm.ident = !{!10} -!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2) +!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5 ", isOptimized: false, emissionKind: NoDebug, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2) !1 = !DIFile(filename: "calls.cc", directory: ".") !2 = !{} !3 = !{!4, !7} |