mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 20:56:06 +00:00

Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379