Files
swift-mirror/lib/Option/features.json
Ben Barham 50c9af4fca [Frontend] Add feature flag for the index unit path warning removal
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.
2022-01-20 10:34:37 -08:00

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"
}
]
}