-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix ptrauth C++ module include issue between extern #5212
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
Conversation
Fix “error: import of C++ module 'ptrauth' appears within extern "C" language linkage specification” LLVM upstream makes ptrauth a module on this commit swiftlang/llvm-project@0481f04. Swift 6.1 release introduced such change into the toolchain.
@swift-ci please test |
Change looks ok, but why did the Linux build fail? |
It looks the CI is emitting an error of Let's rerun the CI again. And if the error still occur, I'll try to reproduce it locally or ask help from the test case author @kateinoigakukun. |
@swift-ci please test linux |
Fix “error: import of C++ module 'ptrauth' appears within extern "C" language linkage specification” LLVM upstream makes ptrauth a module on this commit swiftlang/llvm-project@0481f04. Swift 6.1 release introduced such change into the toolchain.
Fix “error: import of C++ module 'ptrauth' appears within extern "C" language linkage specification”
LLVM upstream makes ptrauth a module on this commit swiftlang/llvm-project@0481f04.
Swift 6.1 release introduced such change into the toolchain.
Close #5211