Skip to content

[CF] Fix typo in TARGET_RT_64_BIT ifdef. #2588

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

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

3405691582
Copy link
Member

__CFGetFullRetainCount contains an ifdef with symbol name
TARGET_RT64_BIT. This is likely a typo since otherwise,
__CFDoExternRefOperation is referenced, but is guarded by an ifdef with
name TARGET_RT_64_BIT instead, which then manifests as a missing symbol.
Other calls to __CFDoExternRefOperation are guarded by the same symbol.

__CFGetFullRetainCount contains an ifdef with symbol name
TARGET_RT64_BIT. This is likely a typo since otherwise,
__CFDoExternRefOperation is referenced, but is guarded by an ifdef with
name TARGET_RT_64_BIT instead, which then manifests as a missing symbol.
Other calls to __CFDoExternRefOperation are guarded by the same symbol.
@3405691582 3405691582 changed the title Fix typo in TARGET_RT_64_BIT ifdef. [CF] Fix typo in TARGET_RT_64_BIT ifdef. Dec 17, 2019
@spevans
Copy link
Contributor

spevans commented Dec 17, 2019

@swift-ci test

@parkera parkera merged commit 25543fc into swiftlang:master Dec 18, 2019
@3405691582 3405691582 deleted the CFRuntime_Typo branch January 3, 2020 16:00
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.

3 participants