Commit Graph

2 Commits

Author SHA1 Message Date
Anthony Latsis
c1908f688e Gardening: Migrate test suite to GH issues: IRGen 2022-09-01 06:35:57 +03:00
Min-Yih Hsu
8f3100a80b [IRGen] Correctly decode SILLocation w/ FilenameAndLocation storage
IRGen tried to decode various types of `SILLocation` into
`FilenameAndLocation` object. But it couldn't handle the case where
`SILLocation` already uses `FilenameAndLocationKind` storage kind. This
patch fixes this issue.

Resolves SR-14856
2021-06-29 14:29:05 -07:00