[llvm] [DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (PR #143207)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 02:50:33 PDT 2025


================
@@ -954,6 +931,12 @@ TEST(MetadataTest, ConvertDbgToDbgVariableRecord) {
     !11 = !DILocation(line: 1, column: 1, scope: !6)
 )");
 
+  // The IR above will be autoupgraded to debug records: but this test is about
+  // the conversion routines, so convert it back. This test will have value
+  // going forwards as we're likely to have a few corner cases where we want to
+  // use intrinsics. 
----------------
OCHyams wrote:

While we're ripping things out? Or forever?

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


More information about the llvm-commits mailing list