From: Stefan Gränitz Date: Wed, 22 Sep 2021 15:35:26 +0000 (+0200) Subject: [ORC] Re-enable ELF DebugObjectManagerPlugin tests X-Git-Tag: upstream/15.0.7~30838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=506dbd88fe8f1d3ac43457a9bb960c4745368886;p=platform%2Fupstream%2Fllvm.git [ORC] Re-enable ELF DebugObjectManagerPlugin tests 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". --- diff --git a/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll b/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll index a8781a8..64a8c02 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: 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 diff --git a/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll b/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll index 85c1215c..5efe16c 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: x86_64 +; REQUIRES: native && target-x86_64 ; In-memory debug-object contains some basic DWARF ;