diff options
author | Adrian Prantl <aprantl@apple.com> | 2022-09-02 08:46:38 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2022-09-02 08:47:37 -0700 |
commit | 5203168f91f3bb5644fd6373e07c8e251ff4e1e9 (patch) | |
tree | 029d4894327cec28ad9abcbefacbe775020bace6 /cross-project-tests | |
parent | 6941b1f6c129011bd6c9e8a4683a7fc6633bae32 (diff) | |
download | llvm-5203168f91f3bb5644fd6373e07c8e251ff4e1e9.zip llvm-5203168f91f3bb5644fd6373e07c8e251ff4e1e9.tar.gz llvm-5203168f91f3bb5644fd6373e07c8e251ff4e1e9.tar.bz2 |
Revert "[debuginfo-tests] Un-XFAIL no passing unused-merged-value.c test"
This reverts commit 96f00f63b2d65ebe759ae1746c30115e73cbd4f2 because D128830 has been reverted.
Diffstat (limited to 'cross-project-tests')
-rw-r--r-- | cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c index f689aae..805062c 100644 --- a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c +++ b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/unused-merged-value.c @@ -1,7 +1,5 @@ -// 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. +// XFAIL: * +// Incorrect location for variable "parama", see PR48719. // REQUIRES: lldb // UNSUPPORTED: system-windows |