[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


================
@@ -10,3 +10,17 @@ endif()
 if(POLICY CMP0116)
   cmake_policy(SET CMP0116 OLD)
 endif()
+
++# Enable debug info compatible with SCCache
----------------
dabrahams wrote:

```suggestion
```

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


More information about the llvm-commits mailing list