[all-commits] [llvm/llvm-project] 2aa338: [OpenMP][OMPIRBuilder] Mirgrate getName from clang...

Jan Sjodin via All-commits all-commits at lists.llvm.org
Thu Nov 24 07:16:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aa338f68e1ee414680f0f08939dd8015b97d014
      https://github.com/llvm/llvm-project/commit/2aa338f68e1ee414680f0f08939dd8015b97d014
  Author: Jan Sjodin <jan_sjodin at yahoo.com>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [OpenMP][OMPIRBuilder] Mirgrate getName from clang to OMPIRBuilder

This change moves the getName function from clang and moves the separator class
members from CGOpenMPRuntime into OMPIRBuilder. Also enusre all the getters
in the config class are const.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list