[clang] [llvm] [CodeGen][COFF] Always emit CodeView compiler info on Windows targets (PR #142970)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 13:38:31 PDT 2025
================
@@ -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
----------------
dpaoliello wrote:
Do you understand what is happening here? I don't understand why this would change....
https://github.com/llvm/llvm-project/pull/142970
More information about the llvm-commits
mailing list