git: 61383038bc77 - stable/13 - Remove debug crutch I accidentally left in

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Mon, 29 Dec 2025 02:13:11 UTC
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=61383038bc7709d9262bfc2e9f65e3d6837650c1

commit 61383038bc7709d9262bfc2e9f65e3d6837650c1
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-22 11:49:27 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2025-12-29 02:11:53 +0000

    Remove debug crutch I accidentally left in
    
    Fixes:          cf1eaaf41cef
    MFC after:      1 week
    
    (cherry picked from commit 3b1126208f44a90c7dc04a87207e54b22d45893c)
---
 lib/clang/libllvm/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index 9ea816fd4e10..835da5545e81 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -2059,7 +2059,6 @@ SRCS+=		${SRCS_ALL:O}
 .for src in ${SRCS}
 . if "${src:MTarget/*/*}"
 CFLAGS.${src:T}+=	-fvisibility=hidden
-.info ${src}:	CFLAGS.${src:T}
 . endif
 .endfor