mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 21:46:06 +00:00

This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640