Skip to content

Commit 72ce94a

Browse files
Merge pull request #26432 from varungandhi-apple/vg-add-module-trace-documentation-note
Add comment pointing to module trace documentation.
2 parents b6f1f06 + 4808699 commit 72ce94a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swift/Basic/FileTypes.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ TYPE("swift-dependencies", SwiftDeps, "swiftdeps", "")
6262
TYPE("remap", Remapping, "remap", "")
6363
TYPE("imported-modules", ImportedModules, "importedmodules", "")
6464
TYPE("tbd", TBD, "tbd", "")
65+
66+
// Module traces are used by Apple's internal build infrastructure. Apple
67+
// engineers can see more details on the "Swift module traces" page in the
68+
// Swift section of the internal wiki.
6569
TYPE("module-trace", ModuleTrace, "trace.json", "")
70+
6671
TYPE("index-data", IndexData, "", "")
6772
TYPE("opt-record", OptRecord, "opt.yaml", "")
6873

0 commit comments

Comments
 (0)