Skip to content

🍒 Cherrypicks to stop compiling LLDB with -Wno-deprecated-declarations #9442

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

JDevlieghere
Copy link

No description provided.

…lvm#112260)

Remove support for ASL (Apple System Log) which has been deprecated
since macOS 10.12. Fixes the following warnings:

warning: 'asl_new' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)
warning: 'asl_set' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)
warning: 'asl_vlog' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)

(cherry picked from commit 8225938)
CFPropertyListCreateXMLData has been deprecated since macOS 10.10. Use
CFPropertyListCreateData instead.

(cherry picked from commit 9cc6e6f)
…#112307)

InsertPosition has been deprecated in favor of using
BasicBlock::iterator. (See llvm#102608)

(cherry picked from commit 74eb079)
)

Disable -Wdeprecated-declarations for codecvt_utf8 in Editline. This is
in preparation for llvm#112276 which narrows the scope of
-Wno-deprecated-declarations for building LLDB.

(cherry picked from commit 8c7f80f)
@JDevlieghere
Copy link
Author

@swift-ci test

@JDevlieghere
Copy link
Author

@swift-ci test linux

@JDevlieghere JDevlieghere merged commit 01ad97d into swiftlang:stable/20240723 Oct 22, 2024
3 checks passed
@JDevlieghere JDevlieghere deleted the jdevlieghere/rdar/112040718 branch October 22, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant