ΒΆvoid llvm_unreachable_internal(
    const char* msg = nullptr,
    const char* file = nullptr,
    unsigned int line = 0)

Description

This function calls abort(), and prints the optional message to stderr. Use the llvm_unreachable macro (that adds location info), instead of calling this function directly.

Declared at: llvm/include/llvm/Support/ErrorHandling.h:121

Parameters

const char* msg = nullptr
const char* file = nullptr
unsigned int line = 0