[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:42:58 PDT 2022


Michael137 updated this revision to Diff 455602.
Michael137 added a comment.

- Fix typo


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.455602.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220825/3832b137/attachment.bin>


More information about the llvm-commits mailing list