[llvm] 417bdb6 - Mark ExecutionEngine/JITLink and ExecutionEngine/Orc as unsupported on AIX (#156076)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep  2 06:38:45 PDT 2025
    
    
  
Author: Jamie Schmeiser
Date: 2025-09-02T09:38:41-04:00
New Revision: 417bdb6672b891000bfa1ec3613074acf03f2616
URL: https://github.com/llvm/llvm-project/commit/417bdb6672b891000bfa1ec3613074acf03f2616
DIFF: https://github.com/llvm/llvm-project/commit/417bdb6672b891000bfa1ec3613074acf03f2616.diff
LOG: Mark ExecutionEngine/JITLink and ExecutionEngine/Orc as unsupported on AIX (#156076)
Create ExecutionEngine/JitLink/lit.local.cfg and
ExecutionEngine/Orc/lit.local.cfg and use them to mark tests as
unsupported on AIX.
Added: 
    llvm/test/ExecutionEngine/JITLink/lit.local.cfg
    llvm/test/ExecutionEngine/Orc/lit.local.cfg
Modified: 
    
Removed: 
    
################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/lit.local.cfg b/llvm/test/ExecutionEngine/JITLink/lit.local.cfg
new file mode 100644
index 0000000000000..429d01d071dfd
--- /dev/null
+++ b/llvm/test/ExecutionEngine/JITLink/lit.local.cfg
@@ -0,0 +1,2 @@
+if "aix" in config.target_triple:
+    config.unsupported = True
diff  --git a/llvm/test/ExecutionEngine/Orc/lit.local.cfg b/llvm/test/ExecutionEngine/Orc/lit.local.cfg
new file mode 100644
index 0000000000000..429d01d071dfd
--- /dev/null
+++ b/llvm/test/ExecutionEngine/Orc/lit.local.cfg
@@ -0,0 +1,2 @@
+if "aix" in config.target_triple:
+    config.unsupported = True
        
    
    
More information about the llvm-commits
mailing list