Files
swift-mirror/test/Driver/Inputs/filelists/output.json
Jordan Rose ce34ed593c [Driver] Use filelists for the *output* of a threaded WMO build.
This is only the driver side of the work; the frontend doesn't understand
this new -output-filelist option yet. Next commit.

More https://bugs.swift.org/browse/SR-280.
2016-01-13 18:39:24 -08:00

18 lines
327 B
JSON

{
"./a.swift": {
"object": "./a.o",
"swiftmodule": "./a.swiftmodule",
"llvm-bc": "./a.bc",
},
"./b.swift": {
"object": "./b.o",
"swiftmodule": "./b.swiftmodule",
"llvm-bc": "./b.bc",
},
"./c.swift": {
"object": "./c.o",
"swiftmodule": "./c.swiftmodule",
"llvm-bc": "./c.bc",
}
}