[llvm-branch-commits] [compiler-rt] [llvm] release/22.x: [cmake] Refactor DIA SDK detection into FindDIASDK module (#160354) (PR #195279)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun May 3 20:35:37 PDT 2026


dyung wrote:

> > This appears to just be a straight refactor or am I missing something? If so, this doesn't meet the criteria for backporting.
> 
> To clarify, this fixes a hard-coded build-time path that prevents one from using Windows pre-built binaries with CMake (see #86250), so I believe there is value in making this available to the current major release as well. No strong opinions though.

>From reading through the issue, there does appear to be a work around by placing the file in the hardcoded location, so it isn't a complete blocker, is that correct? If so, I think we should just defer the fix until 23.

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


More information about the llvm-branch-commits mailing list