[llvm] [offload][SYCL] Add SYCL Module splitting (PR #119713)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 10:45:34 PDT 2025
shiltian wrote:
> @jhuber6 Would it be reasonable to add a link dependency on IPO, IRPrinter and BitWriter into `TransformUtils` component [here](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Utils/CMakeLists.txt#L100) ?
No. It'd gonna introduce recursive dependence.
https://github.com/llvm/llvm-project/pull/119713
More information about the llvm-commits
mailing list