Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Move static methods to anonymous namespace - #137

Merged
dnfield merged 1 commit into
flutter-team-archive:mainfrom
dnfield:more_build
Apr 14, 2022
Merged

Move static methods to anonymous namespace#137
dnfield merged 1 commit into
flutter-team-archive:mainfrom
dnfield:more_build

Conversation

@dnfield

@dnfield dnfield commented Apr 14, 2022

Copy link
Copy Markdown
Contributor

Fixes symbol exposure that resulted in revert in flutter-team-archive/engine#32677

Apple Clang doesn't hide these even though Fuchsia Clang does.

The diff is confusing because I re-arranged some code, but this did not actually delete any lines.

@dnfield

dnfield commented Apr 14, 2022

Copy link
Copy Markdown
Contributor Author

I manually verified that when building this locally with Xcode and bitcode enabled, the symbols are exposed before this change and not exposed after.

@dnfield
dnfield merged commit 5b60aea into flutter-team-archive:main Apr 14, 2022
@dnfield
dnfield deleted the more_build branch April 14, 2022 17:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants