[Openmp-commits] [openmp] 339d810 - [OpenMP][libomptarget] Add TargetParser as dependency in NextGen's JIT

Kevin Sala via Openmp-commits openmp-commits at lists.llvm.org
Sun Jan 1 04:32:11 PST 2023


Author: Kevin Sala
Date: 2023-01-01T13:29:30+01:00
New Revision: 339d810a0fcc19638c8b52dd0e531b6f2ee7db9c

URL: https://github.com/llvm/llvm-project/commit/339d810a0fcc19638c8b52dd0e531b6f2ee7db9c
DIFF: https://github.com/llvm/llvm-project/commit/339d810a0fcc19638c8b52dd0e531b6f2ee7db9c.diff

LOG: [OpenMP][libomptarget] Add TargetParser as dependency in NextGen's JIT

This patch fixes an undefined reference to llvm::Triple::Triple(llvm::Twine const&).

Differential Revision: https://reviews.llvm.org/D140810

Added: 
    

Modified: 
    openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt b/openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
index 8c9bbe38074d5..91d64f4298236 100644
--- a/openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
+++ b/openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
@@ -49,6 +49,7 @@ else()
     ScalarOpts
     Support
     Target
+    TargetParser
     TransformUtils
     Vectorize
   )


        


More information about the Openmp-commits mailing list