[PATCH] D36635: Add a Dockerfile for clang-proto-fuzzer
Kostya Serebryany via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 16:12:10 PDT 2017
kcc added a comment.
I'd avoid such extra complexity, after all this is just an example.
One can force the full rebuild with --no-cache. It'll take just a bit more time since most of the time is consumed by the compiler builds.
BTW, my old svn (1.8.8, Ubuntu 14.04) does't have "info --show-item revision"
https://reviews.llvm.org/D36635
More information about the cfe-commits
mailing list