[llvm] 2060a72 - Revert "[ExecutionEngine] Allow JIT tests to run on PowerPC."

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 18:03:14 PDT 2023


Author: Lang Hames
Date: 2023-04-18T18:03:06-07:00
New Revision: 2060a72b4d7bc01ac5712bb8f0319df1448d0af5

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

LOG: Revert "[ExecutionEngine] Allow JIT tests to run on PowerPC."

This reverts commit d771f54107c4889cde449d2bf5ba13d193017716 due to builder
failures, e.g. https://lab.llvm.org/buildbot#builders/93/builds/14488.

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 18a5d336b320d..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', '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