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
There's another issue, I think, which is that thread-local vars don't have symbols, so I'm not sure it's possible to touch a C thread-local variable without going through FFI.
There's definitely a bug in there, if I'm right we shouldn't be generating TLS vars at all anyway.
I'm also impacted by this issue. Is it possible to work around by blacklisting and providing the correct Rust incantation myself, or will there still be problems at the link stage?
Yes, you should be able to just whitelist it, but I don't think you can provide the rust definition, given I don't think there's a standard way to create TLS vars across languages
I don't know whether it's really an issue since stable rust doesn't support thread_local yet.
Input C/C++ Header
Bindgen Invocation
or
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: