[llvm] 23dda28 - [ExecutionEngine] Enable ExecutionEngine regression tests on AArch64.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 13:39:36 PDT 2022


Author: Lang Hames
Date: 2022-10-04T13:39:26-07:00
New Revision: 23dda2899efc784ec8510a8a7b28901bc4c7c8b8

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

LOG: [ExecutionEngine] Enable ExecutionEngine regression tests on AArch64.

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 3338d19e967f1..b00ef0dcbdf03 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', 'AArch64', 'ARM64', 'SystemZ', 'Hexagon', 'RISCV']:
+if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV']:
     config.unsupported = True
 
 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.


        


More information about the llvm-commits mailing list