[llvm] [Offload] Don't check in generated files (PR #141982)
Callum Fare via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 04:06:37 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:
There was a missing dependency between liboffload and the LibomptargetOffloadErrcodes target, I've fixed that now
https://github.com/llvm/llvm-project/pull/141982
More information about the llvm-commits
mailing list