[llvm] [SYCL][LLVM] Adding property set I/O library for SYCL (PR #110771)
Arvind Sudarsanam via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 10:07:03 PDT 2024
asudarsa wrote:
> Is there any documentation about how this is used in the SYCL toolchain? It's a bit odd (although not unprecedented) to put toolchain or target specific things into LLVMSupport as opposed to the BinaryFormat or MC libraries.
Hi @llvm-beanz
Thanks so very for your valuable time and feedback. I will try to address all your comments in an upcoming commit to my best ability. As far as documentation goes, we are working to upstream a high-level SYCL documentation where use of PropertySetIO will be outlined. In the meanwhile, I have added some description inside the summary of this PR. Hope that answers some of your queries here.
Thanks
https://github.com/llvm/llvm-project/pull/110771
More information about the llvm-commits
mailing list