Skip to content

Commit

Permalink
No need to force-create clang-tools-extra lit.site.cfg
Browse files Browse the repository at this point in the history
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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176374 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Edwin Vane committed Mar 1, 2013
1 parent 2843222 commit 4385988
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4385988

Please sign in to comment.