[Lldb-commits] [lldb] [lldb][test] elf-memory.test requires LLDB build with Python support (PR #111810)
Alex Bradbury via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 03:57:34 PDT 2024
https://github.com/asb created https://github.com/llvm/llvm-project/pull/111810
Otherwise it fails with "error: Embedded script interpreter unavailable. LLDB was built without scripting language support."
>From 2aa842033dd91c7138dc8fe2c61a5f9fdaf2d8c0 Mon Sep 17 00:00:00 2001
From: Alex Bradbury <asb at igalia.com>
Date: Thu, 10 Oct 2024 11:55:00 +0100
Subject: [PATCH] [lldb][test] elf-memory.test requires LLDB build with Python
support
Otherwise it fails with "error: Embedded script interpreter unavailable.
LLDB was built without scripting language support."
---
lldb/test/Shell/ObjectFile/ELF/elf-memory.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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