Skip to content

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
@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