Reland "[mlir] Make the vast majority of intgration and runner tests work on Windows"
This reverts commit 5561e17411
The logic was moved from cmake into lit fixing the issue that lead to the revert and potentially others with multi-config cmake generators
Differential Revision: https://reviews.llvm.org/D143925
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# RUN: SUPPORT_LIB=%mlir_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
# RUN: env SUPPORT_LIB=%mlir_c_runner_utils \
|
||||
# RUN: %PYTHON %s | FileCheck %s
|
||||
|
||||
import ctypes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RUN: SUPPORT_LIB=%mlir_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
# RUN: env SUPPORT_LIB=%mlir_c_runner_utils \
|
||||
# RUN: %PYTHON %s | FileCheck %s
|
||||
|
||||
import ctypes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RUN: SUPPORT_LIB=%mlir_lib_dir/libmlir_c_runner_utils%shlibext %PYTHON %s | FileCheck %s
|
||||
# RUN: env SUPPORT_LIB=%mlir_c_runner_utils %PYTHON %s | FileCheck %s
|
||||
|
||||
import ctypes
|
||||
import numpy as np
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RUN: SUPPORT_LIB=%mlir_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
# RUN: env SUPPORT_LIB=%mlir_c_runner_utils \
|
||||
# RUN: %PYTHON %s | FileCheck %s
|
||||
|
||||
import ctypes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RUN: SUPPORT_LIB=%mlir_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
# RUN: env SUPPORT_LIB=%mlir_c_runner_utils \
|
||||
# RUN: %PYTHON %s | FileCheck %s
|
||||
|
||||
import ctypes
|
||||
|
||||
Reference in New Issue
Block a user