https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284893

--- Comment #4 from Yuri Victorovich <y...@freebsd.org> ---
(In reply to Max Brazhnikov from comment #3)

> If the problem is not specific to USES=llvm, shall we enable compiler 
> launcher unconditionally when ccache is used?

ccache only supports C/C++ compilers.
C/C++ compilers come from (1) base, (2) llvm, (3) gcc.

The case (1) base is already works through the links in
/usr/local/libexec/ccache.
This patch solves it for (2) llvm.
The case (3) gcc is also already works through the links in
/usr/local/libexec/ccache.

I am not aware of any other C/C++ compilers used on FreeBSD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to