Skip to content

Commit b4a6862

Browse files
committed
Test
1 parent bd79e4a commit b4a6862

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Swift's fork of llvm-project
23

34
This is Swift's fork of llvm-project. For more information on Swift's

clang/test/ClangScanDeps/modules-availability-check.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// RUN: %deps-to-rsp %t/deps.json --module-name=mod > %t/mod.rsp
1414
// RUN: %deps-to-rsp %t/deps.json --tu-index 0 > %t/tu.rsp
1515
// RUN: not %clang @%t/mod.rsp 2>&1 | FileCheck %s
16+
// RUN: false
1617

1718
// CHECK: error: 'fUnavail' is unavailable
1819

llvm/lib/CAS/FileSystemCache.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ static DirectoryEntry &makeLazyEntry(
105105
DirectoryEntry &Parent, FileSystemCache::Directory &D, StringRef TreePath,
106106
DirectoryEntry::EntryKind Kind, std::optional<ObjectRef> Ref,
107107
sys::path::Style PathStyle) {
108+
llvm::dbgs() << "makeLazyEntry\n";
109+
llvm::dbgs() << "TreePath " << TreePath << "\n";
110+
llvm::dbgs() << "Parent.getTreePath() " << Parent.getTreePath() << "\n";
108111
assert(sys::path::parent_path(TreePath, PathStyle) == Parent.getTreePath());
109112
assert(!D.lookup(sys::path::filename(TreePath, PathStyle)));
110113
assert(!D.isComplete());

0 commit comments

Comments
 (0)