diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/sret.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/sret.cpp index 7e5561e1151d..2007ed8250a1 100644 --- a/cross-project-tests/debuginfo-tests/llgdb-tests/sret.cpp +++ b/cross-project-tests/debuginfo-tests/llgdb-tests/sret.cpp @@ -1,6 +1,9 @@ // REQUIRES: system-darwin || has-gdb // XFAIL: system-darwin // +// TODO: llvm-project/issues/188957 +// UNSUPPORTED: system-linux +// // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o // RUN: %clangxx %target_itanium_abi_host_triple %t.o -o %t.out // RUN: %test_debuginfo %s %t.out