]> granicus.if.org Git - clang/commitdiff
Adding debug output to investigate systemz bot issue.
authorJuergen Ributzka <juergen@apple.com>
Sat, 11 Mar 2017 00:01:24 +0000 (00:01 +0000)
committerJuergen Ributzka <juergen@apple.com>
Sat, 11 Mar 2017 00:01:24 +0000 (00:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297531 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Basic/VirtualFileSystemTest.cpp

index 79b4d87044ba3fa859c634469647d5eb25fc8836..ea00bf599374eeff8a4d0d8c08df19bc6ff66f0d 100644 (file)
@@ -436,6 +436,7 @@ TEST(VirtualFileSystemTest, BrokenSymlinkRealFSRecursiveIteration) {
       EC = std::error_code();
       continue;
     } else if (EC) {
+      outs() << "BrokenSymlinkRealFSRecursiveIteration EC: " << EC.message();
       break;
     }
     Contents.push_back(I->getName());