-
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
Fix: ld: warning: cannot export hidden symbol typeinfo for tbb::detail::r1::unsafe_wait… #799
Conversation
8b02ff5
to
5d0bcc5
Compare
@phprus, thanks for the contribution! One thing bothers me a lot here - It seems we miss an understanding of what really is going on here, i,e, what forcing the compiler to issue the warning? is it known compiler bug/feature? Or our code breaking (probably unwritten) rules here? |
@anton-potapov |
Xcode 14, same warning:
|
…l::r1::unsafe_wait from CMakeFiles/tbb.dir/exception.cpp.o Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
5d0bcc5
to
0b6523a
Compare
@pavelkumbrasev, @isaevil what do you think about this PR? |
@pavelkumbrasev, @isaevil, @kboyarinov |
@phprus So is it only a warning? |
@pavelkumbrasev |
Xcode 14.3 Beta 2 has same warning. |
More correct solution: #1114 |
@phprus close? |
@isaevil I will close PR now and reopen it or create a new PR if necessary. |
… from CMakeFiles/tbb.dir/exception.cpp.o
Signed-off-by: Vladislav Shchapov phprus@gmail.com
Description
macOS 12.1
Xcode 13.2.1
Linker warning:
Fixes #713
Type of change
Choose one or multiple, leave empty if none of the other choices apply
Add a respective label(s) to PR if you have permissions
Tests
Documentation
Breaks backward compatibility
Notify the following users
List users with
@
to send notificationsOther information