Skip to content

[LLDB] Modifying expression code in MakeLoadImageUtilityFunction to be more consistent #4090

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
Mar 18, 2022
Merged

[LLDB] Modifying expression code in MakeLoadImageUtilityFunction to be more consistent #4090

merged 1 commit into from
Mar 18, 2022

Conversation

shafik
Copy link

@shafik shafik commented Mar 18, 2022

MakeLoadImageUtilityFunction() is not using extern "C" for external C functions
and it is not using eLanguageTypeC_plus_plus. So I am modifying it to be consistent.

Also see: rdar://87544782

Differential Revision: https://reviews.llvm.org/D121831

(cherry picked from commit 33d7417)

…e more consistent

MakeLoadImageUtilityFunction() is not using extern "C" for external C functions
and it is not using eLanguageTypeC_plus_plus. So I am modifying it to be consistent.

Also see: rdar://87544782

Differential Revision: https://reviews.llvm.org/D121831

(cherry picked from commit 33d7417)
@shafik
Copy link
Author

shafik commented Mar 18, 2022

@swift-ci please test

@shafik shafik merged commit dbb9a0c into swiftlang:stable/20211026 Mar 18, 2022
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.

2 participants