clayborg added a comment.
So sounds like first we should verify if the "mmap" for asan is exported or
not. If it isn't then this is an easy fix, iterate through all possible matches
and avoid any internal versions of mmap and only call externally visible
symbols. Antonio, can you verify the visibility of the symbol?
bool Symbol::IsExternal() const { return m_is_external; }
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87868/new/
https://reviews.llvm.org/D87868
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits