We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd expect "features.json" to be present in the following directories:
%LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\clang %LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\docc
Currently, it is only present in
%LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\swift
N/A
Swift version 6.0-dev (LLVM e878388283d7b73, Swift eb92e6e) Target: x86_64-unknown-windows-msvc
No response
The text was updated successfully, but these errors were encountered:
DocC is not yet available due to this outstanding change: swiftlang/swift-docc#668
Adding in features.json should just be a matter of updating the manifest in https://github.com/apple/swift-installer-scripts
Sorry, something went wrong.
WiX: package features.json for clang
features.json
e0dc634
Include `features.json` from clang to allow tooling to detect features supported by the C/C++ compiler. Fixes: swiftlang/swift#74634
swiftlang/swift-installer-scripts@fe35b36
c55ebbd
Successfully merging a pull request may close this issue.
Description
I'd expect "features.json" to be present in the following directories:
%LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\clang
%LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\docc
Currently, it is only present in
%LOCALAPPDATA%\Programs\Swift\Toolchains\6.0.0+Asserts\usr\share\swift
Reproduction
N/A
Expected behavior
N/A
Environment
Swift version 6.0-dev (LLVM e878388283d7b73, Swift eb92e6e)
Target: x86_64-unknown-windows-msvc
Additional information
No response
The text was updated successfully, but these errors were encountered: