[llvm] [RemoveDIs][NFC] Fix rotten green C API test (PR #92362)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 03:27:11 PDT 2024


================
@@ -215,10 +215,26 @@ int llvm_test_dibuilder(bool NewDebugInfoFormat) {
 
   LLVMDIBuilderFinalize(DIB);
 
+  // In the new debug mode, debug records get attached to instructions.
----------------
CarlosAlbertoEnciso wrote:

Is this code depending on the given `NewDebugInfoFormat`?

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


More information about the llvm-commits mailing list