Skip to content

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Oct 10, 2025

Working on liboffload is annoying when you need to run make install after every small change to test it. This change lets you point the include dir to your LLVM source tree, so you don’t need to install it each time.

@RossBrunton
Copy link
Contributor

As an FYI: I've been using CMAKE_INSTALL_MODE = "REL_SYMLINK_OR_COPY" to work around this issue. It makes the installed files a symlink to the appropriate file in the build directory, so the install step isn't required unless files are added/removed.

https://cmake.org/cmake/help/latest/envvar/CMAKE_INSTALL_MODE.html

Working on liboffload is annoying when you need to run `make install`
after every small change to test it. This change lets you point the
include dir to your LLVM source tree, so you don’t need to install it
each time.
Copy link
Contributor

@intel/llvm-gatekeepers please consider merging

@againull againull merged commit 1497dc2 into intel:sycl Oct 17, 2025
81 of 86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants