[llvm] 27091da - [Orc] Temporarily disable OrcLazy debug tests on macOS

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 09:56:29 PST 2024


Author: Stefan Gränitz
Date: 2024-01-02T18:56:12+01:00
New Revision: 27091dacdd5f4a8601563f57e21f653d59169d46

URL: https://github.com/llvm/llvm-project/commit/27091dacdd5f4a8601563f57e21f653d59169d46
DIFF: https://github.com/llvm/llvm-project/commit/27091dacdd5f4a8601563f57e21f653d59169d46.diff

LOG: [Orc] Temporarily disable OrcLazy debug tests on macOS

Test failures were reported after https://github.com/llvm/llvm-project/pull/76244 landed. Let's revisit these tests now that we have native Mach-O debug support as well.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll b/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
index 079a9c25bfd72a..9bac3897864f72 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
@@ -1,4 +1,4 @@
-; REQUIRES: native && target-x86_64
+; REQUIRES: native && x86_64-linux
 
 ; RUN: lli --jit-linker=rtdyld \
 ; RUN:     --generate=__dump_jit_debug_descriptor %s | FileCheck %s

diff  --git a/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll b/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll
index d7bc2dc117b7f7..31fe730b740366 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll
@@ -1,4 +1,4 @@
-; REQUIRES: native && target-x86_64
+; REQUIRES: native && x86_64-linux
 
 ; In-memory debug-object contains some basic DWARF
 ;


        


More information about the llvm-commits mailing list