[llvm] [CMake] Enable new policy for CMAKE_MSVC_DEBUG_INFORMATION_FORMAT (PR #82371)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 02:09:03 PST 2024
================
@@ -10,3 +10,17 @@ endif()
if(POLICY CMP0116)
cmake_policy(SET CMP0116 OLD)
endif()
+
++# Enable debug info compatible with SCCache
----------------
mstorsjo wrote:
Ping - if you'd have time to update this to remove the first comment line here, I'd be ok with merging this.
https://github.com/llvm/llvm-project/pull/82371
More information about the llvm-commits
mailing list