[llvm] [CMake] Enable new policy for CMAKE_MSVC_DEBUG_INFORMATION_FORMAT (PR #82371)
Dave Abrahams via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 15:03:03 PST 2024
================
@@ -12,7 +12,13 @@ if(POLICY CMP0116)
endif()
+# Enable debug info compatible with SCCache
-+# https://github.com/mozilla/sccache?tab=readme-ov-file#usage
+# MSVC debug information format flags are selected by an
+# abstraction. New in CMake 3.25.
----------------
dabrahams wrote:
done.
https://github.com/llvm/llvm-project/pull/82371
More information about the llvm-commits
mailing list