[PATCH] D122167: Compiler: Remove empty fallback definition for LLVM_BUILTIN_UNREACHABLE
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 11:51:37 PDT 2022
dexonsmith added a comment.
Alternatively, maybe we don't support building with compilers that don't have a builtin unreachable anymore, and can have:
#else
#error
and we can simplify logic that depends on this macro... but it seems bit friendlier to keep this alive since it doesn't seem hard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122167/new/
https://reviews.llvm.org/D122167
More information about the llvm-commits
mailing list