[Lldb-commits] [lldb] d9556d3 - [LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 05:23:54 PDT 2025
Author: nerix
Date: 2025-10-21T12:23:50Z
New Revision: d9556d3475510d6d0910ecd6e5e07779302c90ef
URL: https://github.com/llvm/llvm-project/commit/d9556d3475510d6d0910ecd6e5e07779302c90ef
DIFF: https://github.com/llvm/llvm-project/commit/d9556d3475510d6d0910ecd6e5e07779302c90ef.diff
LOG: [LLDB][NativePDB] Require `target-windows` for `func-symbols.test` (#164406)
The test builds files for Windows, so the target has to be required. I
didn't add this in #163733.
Fixes the failure from
https://github.com/llvm/llvm-project/pull/163733#issuecomment-3426275296.
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test
Removed:
################################################################################
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