After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
authorTorok Edwin <edwintorok@gmail.com>
Tue, 14 Jul 2009 12:49:22 +0000 (12:49 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Tue, 14 Jul 2009 12:49:22 +0000 (12:49 +0000)
commit93990d775ea4ac13c9c2614e84fc19a7a2161771
treee69669ec2326194c39d4bd84335cd70504a1e133
parent481d15a12289ec4d058b863da93794fd8be1e702
After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
Fix by making the LLVM_UNREACHABLE pass __FILE__ and __LINE__ to
llvm_unreachable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75631 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ErrorHandling.h
include/llvm/Support/PassNameParser.h
lib/Support/ErrorHandling.cpp