[Lldb-commits] [lldb] [lldb][cmake] Remove unnecessary target dependency (PR #150300)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 29 15:52:29 PDT 2025
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
More information about the lldb-commits
mailing list