Skip to content

Commit

Permalink
[lldb][test] elf-memory.test requires LLDB build with Python support (#…
Browse files Browse the repository at this point in the history
…111810)

Otherwise it fails with "error: Embedded script interpreter unavailable.
LLDB was built without scripting language support."
  • Loading branch information
asb authored Oct 10, 2024
1 parent 0e91323 commit 99cec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/ObjectFile/ELF/elf-memory.test
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 99cec7f

Please sign in to comment.