https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233143
Dimitry Andric <d...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |d...@freebsd.org --- Comment #1 from Dimitry Andric <d...@freebsd.org> --- 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. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"