Skip to content
Snippets Groups Projects
Commit 2e0cb615 authored by Joseph Huber's avatar Joseph Huber
Browse files

[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.
parent 659871ce
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment