[all-commits] [llvm/llvm-project] 581f8b: [clang][OpenMP] Fix bug #62099 - use hash value wh...

Michael Klemm via All-commits all-commits at lists.llvm.org
Wed Apr 2 06:09:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 581f8bccb529ad9c60e231c44b01a2f9b3ce79b6
      https://github.com/llvm/llvm-project/commit/581f8bccb529ad9c60e231c44b01a2f9b3ce79b6
  Author: Michael Klemm <michael.klemm at amd.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

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

  Log Message:
  -----------
  [clang][OpenMP] Fix bug #62099 - use hash value when inode ID cannot be determined (#131646)

When creating the name of an outlined region, Clang uses the file's
inode ID to generate a unique name. When the file does not exist, this
causes a fatal abort of the compiler. This PR switches to a has value
that is used instead.

---------

Co-authored-by: Michael Kruse <github at meinersbur.de>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list