[PATCH] D44960: Prevent llvm-cov from hanging when a symblink doesn't exist.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 17:55:05 PDT 2018


vsk added inline comments.


================
Comment at: unittests/Support/Path.cpp:911
+	    ErrorOccured = true;
+      break;
     }
----------------
Could you keep the checks for what the visited set should be? I think we'd get the behavior we're interested in by changing the 'break' here to a 'continue'.


Repository:
  rL LLVM

https://reviews.llvm.org/D44960





More information about the llvm-commits mailing list