Author: David Spickett Date: 2024-06-04T10:46:31Z New Revision: 93266ecac949efdc6d04620847a1b87bbb4819ce
URL: https://github.com/llvm/llvm-project/commit/93266ecac949efdc6d04620847a1b87bbb4819ce DIFF: https://github.com/llvm/llvm-project/commit/93266ecac949efdc6d04620847a1b87bbb4819ce.diff LOG: [lldb][test] Require Python for dwp test This came up when testing the CI build, which is not being build with scripting yet. Added: Modified: lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp index 1d636ede41b56..888e96bbb10af 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp +++ b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp @@ -1,4 +1,4 @@ -// REQUIRES: lld +// REQUIRES: lld, python // Now test with DWARF5 // RUN: %clang -target x86_64-pc-linux -gsplit-dwarf -gdwarf-5 -c %s -o %t.dwarf5.o _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits