[PATCH] D132664: [debuginfo-tests] Un-XFAIL no passing unused-merged-value.c test

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 08:44:20 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG96f00f63b2d6: [debuginfo-tests] Un-XFAIL no passing unused-merged-value.c test (authored by Michael137).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132664/new/

https://reviews.llvm.org/D132664

Files:
  cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c


Index: cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c
===================================================================
--- cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c
+++ cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c
@@ -1,5 +1,7 @@
-// XFAIL: *
-// Incorrect location for variable "parama", see PR48719.
+// Location for variable "parama" optimized out.
+// Previously it would carry incorrect location
+// information in debug-info, see PR48719.
+// Now, the location is simply not emitted.
 
 // REQUIRES: lldb
 // UNSUPPORTED: system-windows


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132664.455603.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220825/b0b92032/attachment.bin>


More information about the llvm-commits mailing list