From 8a92297d0f245c9445d0cb4b726e2bae518ffdb3 Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Fri, 26 Mar 2021 02:04:36 -0500 Subject: [PATCH] Remove "default subst" in profiler test, we don't need them. --- hpvm/test/dnn_benchmarks/profiling/lit.cfg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py b/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py index c358447820..5c11f61baf 100644 --- a/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py +++ b/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py @@ -28,7 +28,5 @@ config.test_exec_root = current_binary_dir # Tweak the PATH to include the tools dir. llvm_config.with_environment("PATH", config.llvm_tools_dir, append_path=True) -llvm_config.use_default_substitutions() - # Add substitution for our main script in this directory. llvm_config.add_tool_substitutions(["test_hpvm_c_profiling.py"], config.test_source_root) -- GitLab