[ORC] Re-enable ELF DebugObjectManagerPlugin tests
authorStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 15:35:26 +0000 (17:35 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 22 Sep 2021 15:55:46 +0000 (17:55 +0200)
These tests were disabled by accident after D107640. Actually, REQUIRES lines don't support `x86_64` and so these tests stopped running on all targets.
`native && target-x86_64` should be the correct term to express "x86_64 host targeting native arch".

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

index a8781a8..64a8c02 100644 (file)
@@ -1,4 +1,4 @@
-; REQUIRES: x86_64
+; REQUIRES: native && target-x86_64
 
 ; RUN: lli --jit-kind=orc-lazy --per-module-lazy --jit-linker=rtdyld \
 ; RUN:     --generate=__dump_jit_debug_descriptor %s | FileCheck %s
index 85c1215..5efe16c 100644 (file)
@@ -1,4 +1,4 @@
-; REQUIRES: x86_64
+; REQUIRES: native && target-x86_64
 
 ; In-memory debug-object contains some basic DWARF
 ;