[all-commits] [llvm/llvm-project] 01f3a5: Replace abort with llvm_unreachable.
Joerg Sonnenberger via All-commits
all-commits at lists.llvm.org
Mon Oct 28 17:09:10 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01f3a59fb3e2542fce74c768718f594d0debd0da
https://github.com/llvm/llvm-project/commit/01f3a59fb3e2542fce74c768718f594d0debd0da
Author: Joerg Sonnenberger <joerg at bec.de>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M llvm/include/llvm/ADT/Hashing.h
Log Message:
-----------
Replace abort with llvm_unreachable.
The former depended on header pollution to be found and doesn't fit the
LLVM style of error handling.
More information about the All-commits
mailing list