Files
swift-mirror/test/SymbolGraph/Inputs/EmitWhileBuilding.output.json
Victoria Mitchell 87fe71ec5a fix SymbolGraph/EmitWhileBuilding output map
the new driver fails when running this test, because the file map and
the command-line specify the same module output for both the individual
swift file and the module as a whole
2021-04-22 14:12:33 -06:00

12 lines
347 B
JSON

{
"": {
"swift-dependencies": "./EmitWhileBuilding-main.swiftdeps"
},
"EmitWhileBuilding.swift": {
"object": "./EmitWhileBuilding.o",
"swiftmodule": "./EmitWhileBuilding_partial.swiftmodule",
"dependencies": "./EmitWhileBuilding.d",
"swift-dependencies": "./EmitWhileBuilding.swiftdeps"
}
}