[PATCH] D37099: Added optional validation of svn sources to Dockerfiles.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 07:53:06 PDT 2017


ilya-biryukov added a comment.

Followed with @klimek's suggestion and split the checksumming and project walking logic.
Also simplified the logic of dealing with broken symlinks - now we simply hash the target of the symlink, therefore it's indistinguishable from file with the same content. This makes the code a little simpler.


https://reviews.llvm.org/D37099





More information about the llvm-commits mailing list