[PATCH] D79507: [flang] Change DIE("unreachable") cases to use llvm_unreachable

Steve Scalpone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 09:44:45 PDT 2020


sscalpone added a comment.

Hi David, what *is* the runtime behavior of llvm_unreachable in a program compiled with RELEASE?

Anyway, why not modify DIE by appending llvm_unreachable after the call to Fortran::common::die?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79507/new/

https://reviews.llvm.org/D79507





More information about the llvm-commits mailing list