-
Notifications
You must be signed in to change notification settings - Fork 1
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
Relocation error for FT benchmark in Class C #177
Comments
Combinations tried in relation to musl libc:
|
Related: ssrg-vt/popcorn-compiler#10 |
potentially relevant: google/ExoPlayer#9933 |
An update:
These were both used for building musl libc and I also tried |
However, Adding
to
|
Reading https://clang.llvm.org/docs/UsersManual.html#cmdoption-ftls-model seems that the TLS option I used was not right, but in any case, this seems more related to the OMP build case as suggested in ssrg-vt/popcorn-compiler#10 |
Thanks for the update @compor. Yes, this seems like a nasty error. |
The combination of flags that reduce the errors is Using |
Using: -mcmodel=large:
The text was updated successfully, but these errors were encountered: