summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.cfg.py
diff options
context:
space:
mode:
authorDjordje Todorovic <djordje.todorovic@rt-rk.com>2019-10-01 13:21:15 +0000
committerDjordje Todorovic <djordje.todorovic@rt-rk.com>2019-10-01 13:21:15 +0000
commit372048e9085103ecdccafb29cbf83092db8adf86 (patch)
tree59572282d9a34793c4b965079b3274732042bbc8 /llvm/test/lit.cfg.py
parent4037582d6bd570d8f28a8796ac839ae1bd6d1c8a (diff)
downloadbcm5719-llvm-372048e9085103ecdccafb29cbf83092db8adf86.tar.gz
bcm5719-llvm-372048e9085103ecdccafb29cbf83092db8adf86.zip
Revert "Reland "[utils] Implement the llvm-locstats tool""
This reverts commit rL373317 due to test failure on the clang-s390x-linux build bot. llvm-svn: 373336
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