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
/usr/bin/ld: /home/rikki/.local/bin/ldc2-1.37.0-linux-x86_64/bin/../lib/libldc_rt.msan.a(msan.cpp.o): relocation R_X86_64_TPOFF32 against `_ZN6__msanL28is_in_symbolizer_or_unwinderE' can not be used when making a shared object; recompile with -fPIC
Tried to compile my shared library with memory sanitizer and received this.
The text was updated successfully, but these errors were encountered:
Well we don't tamper with those compiler-rt build settings. I guess you are supposed to link the shared sanitizer variant, which we probably don't bundle (but you can use the library from clang).
LDC linux binary (from releases):
Tried to compile my shared library with memory sanitizer and received this.
The text was updated successfully, but these errors were encountered: