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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
