swift
94e7582d - [IRGen] This ArtificialLoc requires a debug scope.

Commit
160 days ago
[IRGen] This ArtificialLoc requires a debug scope. An `IRGenFunction` may not have a debug scope--for example, a dispatch thunk--but creating an `AritificalLocation` requires one. Only create an `ArtificalLocation` here if the `IRGenFunction` has one. Unfortunately, I don't have an isolated test case. Fixes a compiler crash.
Author
Committer
Parents
Loading