Aliases of functions are now marked as function symbols even if
they are bitcast to some other other non-function type.
This is important for WebAssembly where object and function
symbols can't alias each other.
Fixes PR38866
Differential D57538
[WebAssembly] MC: Fix type of function aliases sbc100 on Jan 31 2019, 12:41 PM. Authored by
Details Aliases of functions are now marked as function symbols even if Fixes PR38866
Diff Detail
Event TimelineComment Actions LGTM. Can you put a little more detail in the commit message (e.g. something like what you wrote in the comment) to make it easier to see in a log (without having to look at the code or the PR)? |