================
@@ -63,13 +65,15 @@ function(compile_to_bc)
${ARG_DEPENDENCIES}
DEPFILE ${ARG_OUTPUT}.d
)
+ add_custom_target( ${ARG_TARGET} DEPENDS ${ARG_OUTPUT}${TMP_SUFFIX} )
----------------
wenju-he wrote:
> This is still better than what we've got so maybe we can keep an eye on it
> and see if we have any parallel build issues stemming from .ll files, and we
> can adjust as needed.
yeah, I agree
https://github.com/llvm/llvm-project/pull/130755
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits