[Openmp-commits] [PATCH] D140810: [OpenMP][libomptarget] Add TargetParser as dependency in NextGen's JIT
Kevin Sala Penadés via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Jan 1 04:32:25 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG339d810a0fcc: [OpenMP][libomptarget] Add TargetParser as dependency in NextGen's JIT (authored by kevinsala).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140810/new/
https://reviews.llvm.org/D140810
Files:
openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
Index: openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
+++ openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
@@ -49,6 +49,7 @@
ScalarOpts
Support
Target
+ TargetParser
TransformUtils
Vectorize
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140810.485803.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230101/b5a9f36b/attachment.bin>
More information about the Openmp-commits
mailing list