swift
66501f89
- [SIL] Don't abort via llvm_unreachable.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#76417 - [SIL] Don't abort via llvm_unreachable.
Author
nate-chandler
Parents
25a88850
Loading