llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Alex Bradbury (asb) <details> <summary>Changes</summary> Otherwise it fails with "error: Embedded script interpreter unavailable. LLDB was built without scripting language support." --- Full diff: https://github.com/llvm/llvm-project/pull/111810.diff 1 Files Affected: - (modified) lldb/test/Shell/ObjectFile/ELF/elf-memory.test (+1-1) ``````````diff 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: `````````` </details> https://github.com/llvm/llvm-project/pull/111810 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits