diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-20 19:46:42 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-20 19:46:42 +0000 |
commit | ccf5ee0b8f4c5ba88500a91ac2e4cdcf046299d5 (patch) | |
tree | 99daea193c2475d983e0d733ebdbcc79fb1e09c9 /llvm/lib/Support/CachePruning.cpp | |
parent | 858d1df246e914a715622aea11966a12ed48abb3 (diff) | |
download | bcm5719-llvm-ccf5ee0b8f4c5ba88500a91ac2e4cdcf046299d5.tar.gz bcm5719-llvm-ccf5ee0b8f4c5ba88500a91ac2e4cdcf046299d5.zip |
Use report_fatal_error after all
Depending on the compiler used to build LLVM, llvm_unreachable can either
expand to a call to abort(), or to a __builtin_unreachable. The latter
does not have a predictable behavior at runtime.
llvm-svn: 270260
Diffstat (limited to 'llvm/lib/Support/CachePruning.cpp')
0 files changed, 0 insertions, 0 deletions