bulbazord wrote:

Makes sense to me. Generally in CMake, if you have a file generated by a 
command and multiple independent targets depend on said file, you should "wrap" 
the file into a custom target and have everything depend on the custom target 
instead. Only one target should depend on these generated files.

https://github.com/llvm/llvm-project/pull/150300
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to