diff options
author | Reid Kleckner <rnk@google.com> | 2015-08-05 22:26:20 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2015-08-05 22:26:20 +0000 |
commit | 12d2c12023f8ad582abf6c60013c81b7239124c4 (patch) | |
tree | bdebc2c88366d695c0c24e613734b263b49390da /llvm/test/DebugInfo/COFF/asan-module-ctor.ll | |
parent | 5672a893e536a3865d9592cc2f21e8e608af52ac (diff) | |
download | bcm5719-llvm-12d2c12023f8ad582abf6c60013c81b7239124c4.tar.gz bcm5719-llvm-12d2c12023f8ad582abf6c60013c81b7239124c4.zip |
If the "CodeView" module flag is set, emit codeview instead of DWARF
Summary:
Emit both DWARF and CodeView if "CodeView" and "Dwarf Version" module
flags are set.
Reviewers: majnemer
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11756
llvm-svn: 244158
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asan-module-ctor.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asan-module-ctor.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll index 7077717f594..9e849b82f51 100644 --- a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll +++ b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll @@ -89,7 +89,7 @@ attributes #0 = { nounwind sanitize_address "less-precise-fpmad"="false" "no-fra !4 = !DISubprogram(name: "foo", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 1, file: !1, scope: !5, type: !6, function: i32 ()* @foo, variables: !2) !5 = !DIFile(filename: "asan.c", directory: "D:C") !6 = !DISubroutineType(types: !2) -!7 = !{i32 2, !"Dwarf Version", i32 4} +!7 = !{i32 2, !"CodeView", i32 1} !8 = !{i32 1, !"Debug Info Version", i32 3} !9 = !{!"clang version 3.5.0 "} !10 = !DILocation(line: 2, scope: !4) |