[all-commits] [llvm/llvm-project] 5f5d97: [docs] Fix self-contradictory description of llvm_...

jkorous-apple via All-commits all-commits at lists.llvm.org
Thu Jun 4 11:15:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f5d972d83ee80e9c319b61ee6a4b4704f4557dc
      https://github.com/llvm/llvm-project/commit/5f5d972d83ee80e9c319b61ee6a4b4704f4557dc
  Author: Jan Korous <jkorous at apple.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
    M llvm/docs/CodingStandards.rst
    M llvm/include/llvm/Support/ErrorHandling.h

  Log Message:
  -----------
  [docs] Fix self-contradictory description of llvm_unreachable

Just two paragraphs above it says:
"If the compiler does not support this [skipping code generation for a particular branch], it will fall back
to the "abort" implementation."

And that actually correctly describes llvm_unreachable implementation.

Differential Revision: https://reviews.llvm.org/D81130




More information about the All-commits mailing list