[all-commits] [llvm/llvm-project] 9e45a7: [clang][OpenMP] Fix __llvm_omp_indirect_call_looku...

Nick Sarnie via All-commits all-commits at lists.llvm.org
Thu Apr 16 09:36:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e45a7a4fa86dae50569308df5c5d5ab9a441bdc
      https://github.com/llvm/llvm-project/commit/9e45a7a4fa86dae50569308df5c5d5ab9a441bdc
  Author: Nick Sarnie <nick.sarnie at intel.com>
  Date:   2026-04-16 (Thu, 16 Apr 2026)

  Changed paths:
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/test/OpenMP/target_indirect_codegen.cpp

  Log Message:
  -----------
  [clang][OpenMP] Fix __llvm_omp_indirect_call_lookup signature for targets with non-default program AS (#192470)

The argument and return value for `__llvm_omp_indirect_call_lookup` are
function pointers so make sure they are in the correct address space.

Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>



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