You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://reviews.llvm.org/D135340 the __llvm_profile_raw_version and __llvm_profile_filename symbols which clang emits with -fprofile-generate were made hidden.
This caused lld/mach-o to start warning when building dylibs with -exported_symbols_list (or just -exported_symbol).