[all-commits] [llvm/llvm-project] 0d6412: [Libomptarget] Add error message back in after cha...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Jan 10 08:08:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d6412eae32777cd892a1a9ed016a07e68eaa191
      https://github.com/llvm/llvm-project/commit/0d6412eae32777cd892a1a9ed016a07e68eaa191
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M openmp/libomptarget/src/omptarget.cpp

  Log Message:
  -----------
  [Libomptarget] Add error message back in after changes (#77528)

Summary:
My previous reworking of the image hangling removed the image info which
was originally used for this extra error message requested by Ye Luo. I
have since added in the necessary ELF facilities to extract it from the
object file and can add it back in. It's a little verbose mostly from
needing to shuffle around types and potential errors.




More information about the All-commits mailing list