[llvm] [lli] Revisit Orc debug output tests (PR #76822)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 03:25:09 PST 2024


================
@@ -0,0 +1,62 @@
+; REQUIRES: native && x86_64-linux
+
+; In-memory debug-objects contain DWARF
+;
+; RUN: lli --jit-linker=rtdyld  --orc-lazy-debug=jit-debug-objects %s | llvm-dwarfdump --diff - | FileCheck %s
+; RUN: lli --jit-linker=jitlink --orc-lazy-debug=jit-debug-objects %s | llvm-dwarfdump --diff - | FileCheck %s
+;
+; CHECK: -:	file format elf64-x86-64
+; TODO: Synthesized Mach-O objects error out with:
+;       truncated or malformed object (offset field of section 8 in
+;       LC_SEGMENT_64 command 0 extends past the end of the file)
----------------
weliveindetail wrote:

@lhames I guess this could be fixed in the Mach-O debugger support plugin? Then we can re-enable this test as well.

https://github.com/llvm/llvm-project/pull/76822


More information about the llvm-commits mailing list