summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Vane <edwin.vane@intel.com>2013-03-01 19:58:58 +0000
committerEdwin Vane <edwin.vane@intel.com>2013-03-01 19:58:58 +0000
commit510c341517b4223eb546e74c7e114b25fb020ff3 (patch)
tree39854c2db88fbbae1433966b01594d5ef254db53
parentb1bb4c2dbb4f035cabcd62e4911eeb767502d920 (diff)
downloadbcm5719-llvm-510c341517b4223eb546e74c7e114b25fb020ff3.tar.gz
bcm5719-llvm-510c341517b4223eb546e74c7e114b25fb020ff3.zip
No need to force-create clang-tools-extra lit.site.cfg
The make (all) target takes care of creating lit configs and auto-generating tests. The problem with the original 'lit.site.cfg' target is it's not recursive and doesn't fully create everything necessary for testing clang-tools-extra. llvm-svn: 176374
-rw-r--r--llvm/test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index fc8ec08a19b..b7b873c8135 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -60,11 +60,6 @@ endif
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK)
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test
-
-# Force creation of Clang Tools' lit.site.cfg.
-clang-tools-site-cfg: FORCE
- $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
-extra-site-cfgs:: clang-tools-site-cfg
endif
endif
endif
OpenPOWER on IntegriCloud