[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:19:23 PDT 2025
    
    
  
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: nerix (Nerixyz)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/164406.diff
1 Files Affected:
- (modified) lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test (+1-1) 
``````````diff
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 
``````````
</details>
https://github.com/llvm/llvm-project/pull/164406
    
    
More information about the lldb-commits
mailing list