[all-commits] [llvm/llvm-project] 5fc1ed: [Clang][OpenMP][OMPIRBuilder] Fix getTargetEntryUn...

agozillon via All-commits all-commits at lists.llvm.org
Wed Jun 7 17:38:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fc1ed471dc24691dbb40b7c3431732da2ef96cd
      https://github.com/llvm/llvm-project/commit/5fc1ed471dc24691dbb40b7c3431732da2ef96cd
  Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [Clang][OpenMP][OMPIRBuilder] Fix getTargetEntryUniqueInfo to fatal error instead of assert when it cannot generate a unique ID

This prevents access of uninitialized ID components later, or continuing progress
further making errors harder to track down.

Hoepfully this will be the last in my long series of mistakes in recent
commits relating to this area of code!




More information about the All-commits mailing list