aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorNicolas Vasilache <ntv@google.com>2019-11-26 08:47:14 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-11-26 08:47:48 -0800
commit9059cf392d5464b88f1b094f211873e5c5279d71 (patch)
treed731ba823375ab94b3909a06abb20a3c2340124c /mlir/test/lit.site.cfg.py.in
parent109338085d7bae03f46e4c7011154a6e312aa319 (diff)
downloadllvm-9059cf392d5464b88f1b094f211873e5c5279d71.zip
llvm-9059cf392d5464b88f1b094f211873e5c5279d71.tar.gz
llvm-9059cf392d5464b88f1b094f211873e5c5279d71.tar.bz2
Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4d
PiperOrigin-RevId: 282574110
Diffstat (limited to 'mlir/test/lit.site.cfg.py.in')
-rw-r--r--mlir/test/lit.site.cfg.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/test/lit.site.cfg.py.in b/mlir/test/lit.site.cfg.py.in
index 2f02f83..aab5661 100644
--- a/mlir/test/lit.site.cfg.py.in
+++ b/mlir/test/lit.site.cfg.py.in
@@ -31,10 +31,10 @@ config.host_arch = "@HOST_ARCH@"
config.mlir_src_root = "@MLIR_SOURCE_DIR@"
config.mlir_obj_root = "@MLIR_BINARY_DIR@"
config.mlir_tools_dir = "@MLIR_TOOLS_DIR@"
-config.test_lib_dir = "@MLIR_TEST_LIB_DIR@"
+config.linalg_test_lib_dir = "@MLIR_DIALECT_LINALG_INTEGRATION_TEST_LIB_DIR@"
config.build_examples = @LLVM_BUILD_EXAMPLES@
config.run_cuda_tests = @MLIR_CUDA_CONVERSIONS_ENABLED@
-config.tools_lib_dir = "@MLIR_TOOLS_LIB_DIR@"
+config.cuda_wrapper_library_dir = "@MLIR_CUDA_WRAPPER_LIBRARY_DIR@"
config.enable_cuda_runner = @MLIR_CUDA_RUNNER_ENABLED@
# Support substitution of the tools_dir with user parameters. This is