================
@@ -16,7 +16,7 @@
 ; argc is the first debug location.
 ; ASM: .Ldebug_loc1:
 ; ASM-NEXT: .quad   .Lfunc_begin0-.Lfunc_begin0
-; ASM-NEXT: .quad   [[argc_range_end]]-.Lfunc_begin0
+; ASM-NEXT: .quad   .Ltmp3-.Lfunc_begin0
----------------
cjacek wrote:

The test emits DWARF debug info, which results in two debug handlers, both 
emitting labels and causing duplication. I think we can avoid this; I'll take a 
closer look.

https://github.com/llvm/llvm-project/pull/142970
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to