[llvm] 1d8a9ed - [lli] Run test for debug descriptors on Linux only (#167860)
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 18 09:33:57 PST 2025
Author: Stefan Gränitz
Date: 2025-12-18T18:33:35+01:00
New Revision: 1d8a9ed15ca23051f7aafc930812ec9209d24fd8
URL: https://github.com/llvm/llvm-project/commit/1d8a9ed15ca23051f7aafc930812ec9209d24fd8
DIFF: https://github.com/llvm/llvm-project/commit/1d8a9ed15ca23051f7aafc930812ec9209d24fd8.diff
LOG: [lli] Run test for debug descriptors on Linux only (#167860)
Added:
Modified:
llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll
Removed:
################################################################################
diff --git a/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll b/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll
index bf7f13fb5439f..d6a4f988823d8 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll
@@ -1,4 +1,4 @@
-; REQUIRES: native && target-x86_64
+; REQUIRES: native && x86_64-linux
; RUN: lli --jit-linker=rtdyld --orc-lazy-debug=jit-debug-descriptor %s 2>&1 | FileCheck %s
; RUN: lli --jit-linker=jitlink --orc-lazy-debug=jit-debug-descriptor %s 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list