search for: 4f49fa02

Displaying 2 results from an estimated 2 matches for "4f49fa02".

2015 Jan 22
2
[LLVMdev] Shared libraries, msan and -z,defs
...nker option we can use like '-u __msan_memcpy' to say "yeah, this symbol is undefined, but it's expected to be present at runtime". -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150122/4f49fa02/attachment.html>
2015 Jan 21
5
[LLVMdev] Shared libraries, msan and -z,defs
> What about creating an msan interface DSO for the purposes of satisfying -z > defs? The executable will always be searched first, so the interface DSO > could be empty or full of ud2a. I like the idea. The ideal solution would probably be for the linkers to have a --not-needed command line option that prevents the .so from going in the DT_NEEDED, but one with just stubs is probably