[llvm] 2892bec - DebugInfo: Add missing comment from llvm/test/DebugInfo/X86/debug-macro-dwo.ll

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 13:41:46 PDT 2020


Author: David Blaikie
Date: 2020-07-21T13:36:50-07:00
New Revision: 2892bec5bcd0b399dc885f3b05cdbe2578270715

URL: https://github.com/llvm/llvm-project/commit/2892bec5bcd0b399dc885f3b05cdbe2578270715
DIFF: https://github.com/llvm/llvm-project/commit/2892bec5bcd0b399dc885f3b05cdbe2578270715.diff

LOG: DebugInfo: Add missing comment from llvm/test/DebugInfo/X86/debug-macro-dwo.ll

Meant to include this in 63a45091e5f3fce525d7bb8823df95a468ae69d0

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/debug-macro-dwo.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/debug-macro-dwo.ll b/llvm/test/DebugInfo/X86/debug-macro-dwo.ll
index 16986e323475..95727a82ef29 100644
--- a/llvm/test/DebugInfo/X86/debug-macro-dwo.ll
+++ b/llvm/test/DebugInfo/X86/debug-macro-dwo.ll
@@ -11,6 +11,8 @@
 ; CHECK-NEXT: 0x00000000:
 ; CHECK-NEXT: macro header: version = 0x0005, flags = 0x02, format = DWARF32
 ; CHECK-NEXT: DW_MACRO_start_file - lineno: 0 filenum: 0
+; FIXME: This should be filenum 1 (and 2 below) if this was using debug_loc.dwo
+;        (rather than currently incorrectly using debug_loc)
 ; CHECK-NEXT:   DW_MACRO_start_file - lineno: 1 filenum: 2
 ; CHECK-NEXT:     DW_MACRO_define_strx - lineno: 1 macro: FOO 5
 ; CHECK-NEXT:   DW_MACRO_end_file


        


More information about the llvm-commits mailing list