For weak functions we also need to check if "fun__dll" is present.
So, we were not checking properly for weak functions. This did not generate any problem before because the only weak function that we include is __sanitizer_print_memory_profile, but could generate problem in the future.
So, in this diff I include the changes to fix that.
Details
Details
Diff Detail
Diff Detail