[llvm-bugs] [Bug 31036] libc++ has problems building with ccache
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 16 06:53:03 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31036
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Eric Fiselier <eric at efcs.ca> ---
ccache provides a two-phase preprocess/compile mode which works with -verify
tests. It is enabled by default for ccache >= 3.3 but has to be manually
enabled before then using the env var `CCACHE_CPP2=1` or the config file option
`run_second_cpp = true`.
The libc++ -verify tests are fixed r287109 which simply adds `CCACHE_CPP2=1` to
the test environment.
@Renato can you confirm the fix works for you?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161116/5e0a253c/attachment-0001.html>
More information about the llvm-bugs
mailing list