[llvm] 48aea4a - [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported

Weining Lu via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 04:32:17 PDT 2022


Author: WANG Xuerui
Date: 2022-10-13T19:30:20+08:00
New Revision: 48aea4a36ad39e2ad03f069def19cceb50217660

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

LOG: [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported

The old MCJIT won't be accepting new architectures so it can only be
appropriate to add ourselves to the exclude list.

Differential Revision: https://reviews.llvm.org/D134367

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/lit.local.cfg

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/lit.local.cfg b/llvm/test/ExecutionEngine/lit.local.cfg
index b00ef0dcbdf03..e71e7cf3cb88b 100644
--- a/llvm/test/ExecutionEngine/lit.local.cfg
+++ b/llvm/test/ExecutionEngine/lit.local.cfg
@@ -1,4 +1,4 @@
-if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV']:
+if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV', 'LoongArch']:
     config.unsupported = True
 
 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.


        


More information about the llvm-commits mailing list