[compiler-rt] [compiler-rt] Add version info to Windows runtime DLLs (PR #216408)

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 21:30:29 PDT 2026


================
@@ -1,6 +1,8 @@
 include(ExternalProject)
+include(AddLLVM)
----------------
yxsamliu wrote:

We only needed `set_windows_version_resource_properties`. I removed the `AddLLVM` dependency and now set the required resource properties directly in compiler-rt.

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


More information about the llvm-commits mailing list