diff --git a/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py b/hpvm/test/dnn_benchmarks/profiling/lit.cfg.py
index c3584478209402a308ed17ba2c3e5994a49dab76..5c11f61baf0d3d3ec8464d15828d24d7c54f22c0 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)