-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ld: warning: cannot export hidden symbol typeinfo for tbb::detail::r1::unsafe_wait #713
Comments
@alexey-katranov, @vlserov , is #706 brake this ? |
This is odd. |
Export rules for macOS: Export rules for Linux 64-bit: For all other exception classes export rules does not contain exports Only typeinfo and vtable is exported:
|
Windows export rules do not contain export rules for |
It seems related to #566. How does it work on Windows...? |
@phprus , the warning is issues during the build of the library or the tests? |
@anton-potapov, on build the library
|
More correct solution: #1114 |
Commit: d1667d5
macOS 12.1
Xcode 13.2.1
Linker warning:
Workaround: Export any method from class
unsafe_wait
.Workaround example: phprus@053de91
But, I'm not sure if this workaround doesn't break backward compatibility.
The text was updated successfully, but these errors were encountered: