-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
llbuildSwift
fails to build with SwiftPM release configuration on Windows x86_64
#844
Comments
can you try with |
@hiraditya, Disabling the bindings should allow you to build without the Swift compiler. |
Is it possible to get the preprocessed(.ii) file for the file producing crash, e.g., Nina-C-API.cpp . I don't have windows machine or the toolchain but with preprocessed file the crash should be reproducible on linux machine (with right compiler flags). |
It is a different function and file, but the issue should be the same. Thanks for looking into this @hiraditya! |
i'm unable to repro with the script and pre-processed file on Linux machine. I am using latest clang on x64 Ubuntu machine. Do we know the SHA of the compiler? or if I can download the compiler (for Windows) that's also fine, as I got hold of a Windows machine. |
It will produce "Function has token parameter but isn't an intrinsic" error on nearly every file, which may be related to llvm/llvm-project#40056
Although it's most probably a
clang
bug, we can see if it's workaround-able, so it won't block us for building "release" Swift tools with SwiftPM.The text was updated successfully, but these errors were encountered: