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

Callum Fare via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 08:13:48 PDT 2025


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

I've moved it to be part of the plugin interface and tidied up the dependencies, I think it makes a lot more sense now

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


More information about the llvm-commits mailing list