mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Add `cache-compile-job` to toolchain feature JSON file so build system/swift driver can query.
47 lines
812 B
JSON
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"
|
|
}
|
|
]
|
|
}
|