summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/lit.cfg.py')
-rw-r--r--llvm/test/lit.cfg.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py
index 4a2181397ce..6771b9e7fee 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -124,11 +124,6 @@ if config.have_ocamlopt:
opt_viewer_cmd = '%s %s/tools/opt-viewer/opt-viewer.py' % (sys.executable, config.llvm_src_root)
-llvm_locstats_tool = os.path.join(config.llvm_tools_dir, 'llvm-locstats')
-config.substitutions.append(
- ('%llvm-locstats', "'%s' %s" % (config.python_executable, llvm_locstats_tool)))
-config.llvm_locstats_used = os.path.exists(llvm_locstats_tool)
-
tools = [
ToolSubst('%lli', FindTool('lli'), post='.', extra_args=lli_args),
ToolSubst('%llc_dwarf', FindTool('llc'), extra_args=llc_args),
OpenPOWER on IntegriCloud