[all-commits] [llvm/llvm-project] d93bdd: [OpenMP][MLIR][Flang][bbc][Driver] Add fopenmp-ver...

Dominik Adamski via All-commits all-commits at lists.llvm.org
Fri May 19 04:31:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d93bdd8bd52a9a28bb9553aed72866df88c6c4f4
      https://github.com/llvm/llvm-project/commit/d93bdd8bd52a9a28bb9553aed72866df88c6c4f4
  Author: Dominik Adamski <dominik.adamski at amd.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Flang.cpp
    M flang/include/flang/Frontend/LangOptions.def
    M flang/include/flang/Tools/CrossToolHelpers.h
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/lib/Frontend/FrontendActions.cpp
    M flang/test/Driver/driver-help-hidden.f90
    M flang/test/Driver/driver-help.f90
    M flang/test/Driver/omp-driver-offload.f90
    M flang/test/Lower/OpenMP/rtl-flags.f90
    M flang/tools/bbc/bbc.cpp

  Log Message:
  -----------
  [OpenMP][MLIR][Flang][bbc][Driver] Add fopenmp-version and generate corresponding MLIR attribute

This patch adds flag -fopenmp-version to the Flang frontend and bbc tool.
This flag is lowered to MLIR OpenMP flag attribute.

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

Reviewed By: kiranchandramohan




More information about the All-commits mailing list