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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 07:04:21 PDT 2025


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

It's just a shared include location, but we could make in an artifact from building the plugins if needed.

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


More information about the llvm-commits mailing list