[libclc] [libclc] Fix commands in compile_to_bc are executed sequentially (PR #130755)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 03:18:37 PDT 2025


wenju-he wrote:

> Am I right in thinking that CMake 3.27's `DEPENDS_EXPLICIT_ONLY` would also fix this? If so it might be worth documenting this explicitly, both in the PR/commit and in the code? We might be able to refactor this in the future, when LLVM updates its minimum version to 3.27.

done.
I noticed DEPENDS_EXPLICIT_ONLY in the cmake issue link above, but I didn't test it.
I have just test DEPENDS_EXPLICIT_ONLY on windows, it can indeed fix the sequential build issue.

https://github.com/llvm/llvm-project/pull/130755


More information about the cfe-commits mailing list