Displaying 1 result from an estimated 1 matches for "36f067f0".
2015 Jan 21
2
[LLVMdev] Shared libraries, msan and -z,defs
I recently tried to enabled building llvm libraries with -Wl,-z,defs.
The intention was to detect missing dependencies on ELF, so that we
don't
get into a situation where a .so builds, but the equivalent .dylib or
.dll fails.
This failed when building with msan because of undefined references to
functions like __msan_memcpy.
Unfortunately, I don't think elf linkers have a way of