mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Produce canonical output path for Clang PCMs.
Instead of relying on the client (driver) to perform its own computation of the matching output path.
This commit is contained in:
@@ -162,6 +162,7 @@ using SwiftPlaceholderModuleDetailsLayout =
|
||||
|
||||
using ClangModuleDetailsLayout =
|
||||
BCRecordLayout<CLANG_MODULE_DETAILS_NODE, // ID
|
||||
FileIDField, // pcmOutputPath
|
||||
FileIDField, // moduleMapPath
|
||||
ContextHashField, // contextHash
|
||||
FlagIDArrayIDField, // commandLine
|
||||
|
||||
Reference in New Issue
Block a user