mirror of
https://github.com/apple/swift.git
synced 2026-01-02 22:53:12 +01:00
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.
18 lines
327 B
JSON
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",
|
|
}
|
|
}
|