[llvm] [cross-project-tests] Add `has-gdb` LIT feature (PR #188780)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 20:19:07 PDT 2026
================
@@ -1,10 +1,16 @@
+// REQUIRES: system-darwin || has-gdb
+//
// This ensures that DW_OP_deref is inserted when necessary, such as when NRVO
// of a string object occurs in C++.
//
-// RUN: %clangxx -O0 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g
+// RUN: %clangxx -O0 -fno-exceptions %target_itanium_abi_host_triple %s \
----------------
JDevlieghere wrote:
This seems to have broken the nrvo-string.cpp test
https://github.com/llvm/llvm-project/pull/188780
More information about the llvm-commits
mailing list