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

Callum Fare via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 10:05:41 PDT 2025


================
@@ -19,9 +22,9 @@ if(LLVM_HAVE_LINK_VERSION_SCRIPT)
 endif()
 
 target_include_directories(LLVMOffload PUBLIC
+                            ${CMAKE_CURRENT_BINARY_DIR}/API
----------------
callumfare wrote:

Yeah it seems to work fine, the `${CMAKE_CURRENT_BINARY_DIR}/../include` line below means it finds `Shared/OffloadErrcodes.inc`

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


More information about the llvm-commits mailing list