Skip to content

Commit 99cec7f

Browse files
authored
[lldb][test] elf-memory.test requires LLDB build with Python support (llvm#111810)
Otherwise it fails with "error: Embedded script interpreter unavailable. LLDB was built without scripting language support."
1 parent 0e91323 commit 99cec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: system-linux, native
1+
// REQUIRES: system-linux, native, python
22

33
// This test verifies that loading an ELF file from memory works and the new
44
// features that were added when loading from memory work like:

0 commit comments

Comments
 (0)