Revert "Attempt to disable MLIR JIT tests on PowerPC to unbreak the bot"

This reverts commit 652f4b5140.

Re-enable MLLIR JIT tests.
The MLIR Bot was updated to export LD_LIBRARY_PATH=/usr/lib64, which
seem to fix this issue.
This commit is contained in:
Lei Huang 2021-06-29 18:03:23 -05:00
parent 3644726a78
commit 1df981f43a
3 changed files with 0 additions and 9 deletions

View File

@ -37,7 +37,3 @@ if 'HOME' in os.environ:
for symbolizer in ['ASAN_SYMBOLIZER_PATH', 'MSAN_SYMBOLIZER_PATH']:
if symbolizer in os.environ:
config.environment[symbolizer] = os.environ[symbolizer]
# FIXME: PPC needs to be switched to use the large code model
if 'powerpc' in config.host_triple:
config.unsupported = True

View File

@ -11,7 +11,6 @@ config.shlibdir = "@SHLIBDIR@"
config.mlir_src_root = "@MLIR_SOURCE_DIR@"
config.mlir_obj_root = "@MLIR_BINARY_DIR@"
config.mlir_tools_dir = "@MLIR_TOOLS_DIR@"
config.host_triple = "@LLVM_HOST_TRIPLE@"
# Support substitution of the tools_dir and build_mode with user parameters.
# This is used when we can't determine the tool dir at configuration time.

View File

@ -4,10 +4,6 @@ import sys
if sys.platform == 'win32':
config.unsupported = True
# FIXME: PPC needs to be switched to use the large code model
if 'powerpc' in config.host_triple:
config.unsupported = True
# Requires a non-empty default triple for these tests.
# Passing ` -DLLVM_DEFAULT_TARGET_TRIPLE="" ` when the
# host target isn't available is how LLVM filters