swift
66501f89 - [SIL] Don't abort via llvm_unreachable.

Commit
1 year ago
[SIL] Don't abort via llvm_unreachable. It is a way to indicate to the compiler that the line can't be reached. On some configurations, it does happen to trap, as desired. Use a function that always traps, since that's the intent.
Author
Parents
Loading