[llvm-branch-commits] [clang] [compiler-rt] [llvm] [libcxx] Use debug() instead of note() for substitutions and features (PR #193667)
Nikolas Klauser via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 23 09:46:23 PDT 2026
philnik777 wrote:
> > I don't mind putting the expansions in debug, but I'd really like to keep the available features. I use that too often to figure out what exactly is going on to abandon that into a relatively obscure flag.
>
> Some people do check-all, with manyLLVM projects
> at the moment only libc++ announce features (e.g I disabled compiler-rt one like a year ago)
> if we let everyone do this, it will be full console of spam
It's one line of output. That's not exactly significant amounts of noise. Even if every subproject did that it'd be like 20 lines at most. It didn't bother anybody for at least the last five years, while I probably used that output hundreds of times for debugging at this point.
https://github.com/llvm/llvm-project/pull/193667
More information about the llvm-branch-commits
mailing list