Skip to content

Commit

Permalink
[OpenMP] Fix linker error when building info tool
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhuber6 committed Apr 8, 2022
1 parent 659871c commit 2e0cb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmp/libomptarget/tools/deviceinfo/CMakeLists.txt
Expand Up @@ -19,5 +19,4 @@ llvm_update_compile_flags(llvm-omp-device-info)
target_link_libraries(llvm-omp-device-info PRIVATE
omp
omptarget
${LIBOMPTARGET_TESTED_PLUGINS}
)

0 comments on commit 2e0cb61

Please sign in to comment.