Skip to content

Commit 27091da

Browse files
[Orc] Temporarily disable OrcLazy debug tests on macOS
Test failures were reported after #76244 landed. Let's revisit these tests now that we have native Mach-O debug support as well.
1 parent 9c978c9 commit 27091da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: native && target-x86_64
1+
; REQUIRES: native && x86_64-linux
22

33
; RUN: lli --jit-linker=rtdyld \
44
; RUN: --generate=__dump_jit_debug_descriptor %s | FileCheck %s

llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: native && target-x86_64
1+
; REQUIRES: native && x86_64-linux
22

33
; In-memory debug-object contains some basic DWARF
44
;

0 commit comments

Comments
 (0)