[all-commits] [llvm/llvm-project] 5ec6ea: [clang][OpenMP][DebugInfo] Mark OpenMP generated f...

Alok Kumar Sharma via All-commits all-commits at lists.llvm.org
Tue Aug 2 09:04:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ec6ea3dfded028de775eb165ce0bae6f1e6c2bf
      https://github.com/llvm/llvm-project/commit/5ec6ea3dfded028de775eb165ce0bae6f1e6c2bf
  Author: Alok Kumar Sharma <AlokKumar.Sharma at amd.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    A clang/test/OpenMP/outlined_artificial.c

  Log Message:
  -----------
  [clang][OpenMP][DebugInfo] Mark OpenMP generated functions as artificial

The Clang compiler generates internal functions for OpenMP. Current
patch marks these functions as artificial.

Reviewed By: aprantl

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




More information about the All-commits mailing list