[llvm] fd31ab9 - [llvm][examples] Run LLJITWithRemoteDebugging test only on native Linux 64-bit Intel (#172518)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 17 03:15:36 PST 2025


Author: Stefan Gränitz
Date: 2025-12-17T12:15:32+01:00
New Revision: fd31ab968771c22cc1cfec1460b8066c718911c8

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

LOG: [llvm][examples] Run LLJITWithRemoteDebugging test only on native Linux 64-bit Intel (#172518)

Added: 
    

Modified: 
    llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test b/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
index a0ebed47a6d36..bf46eaf008bcf 100644
--- a/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
+++ b/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
@@ -3,8 +3,7 @@
 
 # Instructions for debugging can be found in LLJITWithRemoteDebugging.cpp
 
-# REQUIRES: default_triple, thread_support
-# UNSUPPORTED: target=powerpc64{{.*}}, target=s390{{.*}}
+# REQUIRES: native, system-linux, target-x86_64, thread_support
 
 # RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1.ll 2>&1 | FileCheck --check-prefix=CHECK0 %s
 # CHECK0: __jit_debug_descriptor.last_entry = [[BEFORE0:0x[0-9a-f]+]]


        


More information about the llvm-commits mailing list