Files
swift-mirror/lib/Option/features.json
Steven Wu a09052f2a7 Add cache-compile-job to features.json
Add `cache-compile-job` to toolchain feature JSON file so build
system/swift driver can query.
2023-11-10 10:46:13 -08:00

47 lines
812 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"
},
{
"name": "empty-abi-descriptor"
},
{
"name": "enable-bare-slash-regex-updated"
},
{
"name": "emit-const-value-sidecar"
},
{
"name": "emit-extension-block-symbols"
},
{
"name": "package-name-if-supported"
},
{
"name": "const-extract-complete-metadata"
},
{
"name": "ld-path-driver-option"
},
{
"name": "cache-compile-job"
}
]
}