[lld] [lld,CMake] Include Version.inc when LLVM_DISTRIBUTION_COMPONENTS contains lld-headers (PR #127946)

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 22:12:41 PST 2025


makslevental wrote:

> I'd love to see more testing in the future to minimize the need for these kinds of fixes. 

I'm all for testing and more testing but I'm not sure how this particular issue could be tested since this is a build/install system change. In MLIR we have out-of-tree [examples](https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone) that are actually built in CI to in order exactly to exercise such patches. But lld doesn't right? (Unless I'm blind).

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


More information about the llvm-commits mailing list