[all-commits] [llvm/llvm-project] 85184b: [OpenMP] Fix libomptarget build issue (#74067)

Dominik Adamski via All-commits all-commits at lists.llvm.org
Fri Dec 1 04:33:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85184b4aefbd01afd6e7be57bc6c1c404b3c13ce
      https://github.com/llvm/llvm-project/commit/85184b4aefbd01afd6e7be57bc6c1c404b3c13ce
  Author: Dominik Adamski <dominik.adamski at amd.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

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

  Log Message:
  -----------
  [OpenMP] Fix libomptarget build issue (#74067)

Libomptarget cannot be build because of the recent refactoring
introduced in patch 148dec9fa43b :
[OpenMP][NFC] Separate Envar (environment variable) handling (#73994)

That patch moved handling of environment variables from libomptarget
library. That's why we don't need usage of "llvm::omp::target" namespace
if we handle environment variables.




More information about the All-commits mailing list