jhuber6 wrote: > My question now is more, did something that should be working broke and it > needs to be fixed? Or is it officially not supported? If not supported, it > would better be written somewhere to help the community.
`libclc` is an old project, this is trying to 'modernize' it I suppose? The 'standalone' builds I define as anything that supports pointing CMake towards the project as the source root. There's an active move to remove supporting this. Currently, the only runtimes that support this are `libclc` and `compiler-rt`. I think you will have a better time if you update your build configuration to use the runtimes interface. https://github.com/llvm/llvm-project/pull/186726 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
