Replace abort with llvm_unreachable.
The former depended on header pollution to be found and doesn't fit the LLVM style of error handling.
Loading
Please sign in to comment
The former depended on header pollution to be found and doesn't fit the LLVM style of error handling.