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
[libcxx] Support providing symbol suffix through compiler define
When -funique-internal-linkage-names option is enabled, Clang will
append a unique suffix `.uniq.<MD5 hash of the source file>` to all
internal symbols. Since we cannot detect when this option is enabled or
compute the source file hash from within the source file itself, the
unique suffix needs to be supplied by the build system. The
`_LIBCPP_SYMBOL_SUFFIX` can be used for that purpose.
0 commit comments