Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2025 11:50:30 +0000
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3b1126208f44 - main - Remove debug crutch I accidentally left in
Message-ID:  <69493086.2677b.543656f0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=3b1126208f44a90c7dc04a87207e54b22d45893c

commit 3b1126208f44a90c7dc04a87207e54b22d45893c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-22 11:49:27 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2025-12-22 11:49:42 +0000

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

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69493086.2677b.543656f0>