mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6e683ca823 removed the warning that was
being output when `-index-unit-output-path` was given without
`-index-store-path`. Add a feature flag to mark the compiler as having
removed this warning.
Resolves rdar://86833719.
23 lines
375 B
JSON
23 lines
375 B
JSON
{
|
|
"features": [
|
|
{
|
|
"name": "experimental-skip-all-function-bodies"
|
|
},
|
|
{
|
|
"name": "experimental-allow-module-with-compiler-errors"
|
|
},
|
|
{
|
|
"name": "index-unit-output-path"
|
|
},
|
|
{
|
|
"name": "library-level"
|
|
},
|
|
{
|
|
"name": "emit-abi-descriptor"
|
|
},
|
|
{
|
|
"name": "no-warn-superfluous-index-unit-path"
|
|
}
|
|
]
|
|
}
|