diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-06 23:41:38 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-06 23:41:38 +0000 |
commit | e8a236fc2ea07304ee73ab02f6cbb00d086caef4 (patch) | |
tree | 44a16f17d8cc957b4a142197b30c352ccef3d0fa /llvm/test/DebugInfo/COFF/asm.ll | |
parent | a0c6ae02a58842e1dcb998e619d0284d62bf8f1d (diff) | |
download | bcm5719-llvm-e8a236fc2ea07304ee73ab02f6cbb00d086caef4.tar.gz bcm5719-llvm-e8a236fc2ea07304ee73ab02f6cbb00d086caef4.zip |
Revert "[codeview] Emit information about global variables"
This reverts commit r271957, it broke check-asan on Windows.
llvm-svn: 271962
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asm.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index 0f120029157..d737a659b0c 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/test/DebugInfo/COFF/asm.ll @@ -49,11 +49,10 @@ ; X86-NEXT: .p2align 2 ; Line table ; X86-NEXT: .cv_linetable 0, _f, [[END_OF_F]] - ; File index to string table offset subsection -; X86: .cv_filechecksums +; X86-NEXT: .cv_filechecksums ; String table -; X86: .cv_stringtable +; X86-NEXT: .cv_stringtable ; OBJ32: Section { ; OBJ32: Name: .debug$S (2E 64 65 62 75 67 24 53) @@ -143,12 +142,10 @@ ; X64-NEXT: .p2align 2 ; Line table ; X64-NEXT: .cv_linetable 0, f, [[END_OF_F]] -; X64: .p2align 2 - ; File index to string table offset subsection -; X64: .cv_filechecksums +; X64-NEXT: .cv_filechecksums ; String table -; X64: .cv_stringtable +; X64-NEXT: .cv_stringtable ; OBJ64: Section { ; OBJ64: Name: .debug$S (2E 64 65 62 75 67 24 53) |