[llvm] r346797 - [AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 13 12:59:25 PST 2018
Author: maskray
Date: Tue Nov 13 12:59:25 2018
New Revision: 346797
URL: http://llvm.org/viewvc/llvm-project?rev=346797&view=rev
Log:
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
Modified:
llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll
Modified: llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll?rev=346797&r1=346796&r2=346797&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll Tue Nov 13 12:59:25 2018
@@ -69,7 +69,7 @@
; ASM-NEXT: .asciz "global_variable" # External Name
; ASM: .section .debug_gnu_pubtypes
-; ASM: .byte 16 # Kind: TYPE, EXTERNAL
+; ASM: .byte 16 # Attributes: TYPE, EXTERNAL
; ASM-NEXT: .asciz "C" # External Name
; CHECK: .debug_info contents:
More information about the llvm-commits
mailing list