Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IRGen: compute locality for type metadata accessor
We previously did not properly compute the link info for type metadata accessor. This becomes a problem for metadata accessors which are canonically remote (e.g. the type metadata accessor for `NSError`). This fixes the incorrect DLLStorage that was being attributed to these functions.
- Loading branch information