[clang] [clang] Correct behavior of `LLVM_UNREACHABLE_OPTIMIZE=OFF` for `Release` builds (PR #68284)
Arvind Mukund via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 11:51:06 PDT 2023
================
@@ -343,6 +343,8 @@ Bug Fixes in This Version
- Fix a crash when evaluating value-dependent structured binding
variables at compile time.
Fixes (`#67690 <https://github.com/llvm/llvm-project/issues/67690>`_)
+- Fixes a regression where ``LLVM_UNREACHABLE_OPTIMIZE=OFF`` cannot be used
----------------
MasterAwesome wrote:
Done
https://github.com/llvm/llvm-project/pull/68284
More information about the cfe-commits
mailing list