[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:09:16 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:
Although I do wonder if it should be getting the dependency on the shared header from the plugins themselves rather than libomptarget
https://github.com/llvm/llvm-project/pull/141982
More information about the llvm-commits
mailing list