Summary: This would fail before and works as expected now: ``` $ infer -- clang -c hello.c $ cd infer-out/ && ln -s ../foo && cd .. $ infer -- clang -c hello.c # crashes because it fails to delete infer-out/foo ``` Reviewed By: jberdine Differential Revision: D4398763 fbshipit-source-id: 38465f8master
parent
4cb03f4670
commit
f76a77b6b6
Loading…
Reference in new issue