/alternatename should use the mangled name. On x86 we need an extra
underscore.
Copied from sanitizer_win_defs.h
Fixes https://crbug.com/1233589.
Differential D107000
[profile] Add underscore to /alternatename for Win/x86 aeubanks on Jul 28 2021, 1:37 PM. Authored by
Details
/alternatename should use the mangled name. On x86 we need an extra Copied from sanitizer_win_defs.h Fixes https://crbug.com/1233589.
Diff Detail
Event TimelineComment Actions LGTM thanks for catching this! This is another reason to do https://lists.llvm.org/pipermail/llvm-dev/2021-July/151789.html since if we just used WIN_WEAK_ALIAS we could have avoid this issue.
|
Could we reverse the condition just like what sanitizer_win_defs.h does.