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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 08:50:41 PST 2025


MaskRay 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 missed it).

Couldn't you run the pipeline locally and figure out the missing file issue earlier? Why do you need to trial and error for the llvm-project part?

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


More information about the llvm-commits mailing list