[Lldb-commits] [lldb] 99cec7f - [lldb][test] elf-memory.test requires LLDB build with Python support (#111810)

via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 04:01:53 PDT 2024


Author: Alex Bradbury
Date: 2024-10-10T12:01:49+01:00
New Revision: 99cec7ff8eabbec929d3d0b3a15b272867cf2a46

URL: https://github.com/llvm/llvm-project/commit/99cec7ff8eabbec929d3d0b3a15b272867cf2a46
DIFF: https://github.com/llvm/llvm-project/commit/99cec7ff8eabbec929d3d0b3a15b272867cf2a46.diff

LOG: [lldb][test] elf-memory.test requires LLDB build with Python support (#111810)

Otherwise it fails with "error: Embedded script interpreter unavailable.
LLDB was built without scripting language support."

Added: 
    

Modified: 
    lldb/test/Shell/ObjectFile/ELF/elf-memory.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ObjectFile/ELF/elf-memory.test b/lldb/test/Shell/ObjectFile/ELF/elf-memory.test
index 0b1c01486a4b43..75a68edd2d3496 100644
--- a/lldb/test/Shell/ObjectFile/ELF/elf-memory.test
+++ b/lldb/test/Shell/ObjectFile/ELF/elf-memory.test
@@ -1,4 +1,4 @@
-// REQUIRES: system-linux, native
+// REQUIRES: system-linux, native, python
 
 // This test verifies that loading an ELF file from memory works and the new
 // features that were added when loading from memory work like:


        


More information about the lldb-commits mailing list