[all-commits] [llvm/llvm-project] 2e0cb6: [OpenMP] Fix linker error when building info tool

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Apr 8 07:52:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e0cb61570eceff04a18fbcbeb0014ece2b56438
      https://github.com/llvm/llvm-project/commit/2e0cb61570eceff04a18fbcbeb0014ece2b56438
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M openmp/libomptarget/tools/deviceinfo/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP] Fix linker error when building info tool

Summary:
The changes made in D123177 added new targets to the
`LIBOMPTARGET_TESTED_PLUGINS` variable which was linked against when
building the `llvm-omp-target-info` tool. This caused linker errors on
the export scripts. This patch removes that dependency, it still builds
and runs as expected so I will assume it's correct.




More information about the All-commits mailing list