[libclc] [libclc] Fix commands in compile_to_bc are executed sequentially (PR #130755)
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 06:16:43 PDT 2025
================
@@ -283,7 +294,7 @@ function(add_libclc_builtin_set)
set( builtins_comp_lib_tgt builtins.comp.${ARG_ARCH_SUFFIX} )
add_custom_target( ${builtins_comp_lib_tgt}
- DEPENDS ${bytecode_files}
+ DEPENDS ${compile_tgts}
----------------
frasercrmck wrote:
Do we not need to depend on the targets *and* the files? CMake dependencies are strange.
https://github.com/llvm/llvm-project/pull/130755
More information about the cfe-commits
mailing list