[llvm] [offload] Add missing build dependency (PR #149326)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 05:29:22 PDT 2025


================
@@ -22,5 +22,9 @@ add_tablegen(offload-tblgen OFFLOAD
   RecordTypes.hpp
   )
 
+if(TARGET cxx-headers)
----------------
Meinersbur wrote:

Could you add a comment for what this dependency is for?

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


More information about the llvm-commits mailing list