https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233143
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #1 from Dimitry Andric <[email protected]> --- Unfortunately, at this time, LLVM does not support large model in combination with TLS and position-dependent code. Upstream bug (which has quite a number of duplicates): https://bugs.llvm.org/show_bug.cgi?id=26906 Possible workarounds: * Don't use TLS * Don't use -mcmodel=large * Use -fPIE or -fPIC -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
