[Lldb-commits] [lldb] [LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (PR #164406)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 21 05:18:37 PDT 2025


https://github.com/Nerixyz created https://github.com/llvm/llvm-project/pull/164406

The test builds files for Windows, so the target has to be required.

Fixes the failure from https://github.com/llvm/llvm-project/pull/163733#issuecomment-3426275296.

>From 3def757bf06c2939e9cb0ab335e6889fb7efea08 Mon Sep 17 00:00:00 2001
From: Nerixyz <nerixdev at outlook.de>
Date: Tue, 21 Oct 2025 14:17:16 +0200
Subject: [PATCH] [LLDB][NativePDB] Require `target-windows` for
 `func-symbols.test`

---
 lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test b/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test
index 33ffad6b2f20f..ee96fa8fd5c33 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test
+++ b/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test
@@ -1,4 +1,4 @@
-# REQUIRES: lld
+# REQUIRES: lld, target-windows
 
 # Test that functions have the correct types.
 # This uses the same input as SymbolFile/PDB/func-symbols.test. However, DIA 



More information about the lldb-commits mailing list