[llvm] [Offload] Don't check in generated files (PR #141982)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 06:56:18 PDT 2025


================
@@ -32,6 +32,8 @@ function(add_target_library target_name lib_name)
 
     NO_INSTALL_RPATH
     BUILDTREE_ONLY
+
+    DEPENDS LibomptargetOffloadErrcodes
----------------
jhuber6 wrote:

We have plugins depending on something from `libomptarget`? That's backwards.

https://github.com/llvm/llvm-project/pull/141982


More information about the llvm-commits mailing list