[llvm] [Offload] Don't check in generated files (PR #141982)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 10:00:07 PDT 2025
================
@@ -19,9 +22,9 @@ if(LLVM_HAVE_LINK_VERSION_SCRIPT)
endif()
target_include_directories(LLVMOffload PUBLIC
+ ${CMAKE_CURRENT_BINARY_DIR}/API
----------------
jhuber6 wrote:
Does it still find the error codes? Those were in `shared/` because it needs to be used by the plugins as well.
https://github.com/llvm/llvm-project/pull/141982
More information about the llvm-commits
mailing list