mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[DepScan] Add missing field in JSON output
SwiftSourceModule can contain "commandLine" field and add that into the JSON output format.
This commit is contained in:
@@ -33,6 +33,9 @@ import TestModule
|
||||
// CHECK-NEXT: "swift": {
|
||||
// CHECK-NEXT: "moduleInterfacePath":
|
||||
// CHECK-NEXT: "contextHash":
|
||||
// CHECK-NEXT: "compiledModuleCandidates": [
|
||||
// CHECK-NEXT: TestModule.swiftmodule
|
||||
// CHECK-NEXT: ],
|
||||
// CHECK-NEXT: "commandLine": [
|
||||
// CHECK-NEXT: "-frontend",
|
||||
// CHECK-NEXT: "-compile-module-from-interface",
|
||||
|
||||
Reference in New Issue
Block a user