clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I guess it has been unused since r188006.

llvm-svn: 260944
This commit is contained in:
NAKAMURA Takumi 2016-02-16 08:13:36 +00:00
parent d55f4bc5e4
commit 2c2c461e2a
1 changed files with 0 additions and 6 deletions

View File

@ -6,10 +6,4 @@ config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
config.shlibdir = "@SHLIBDIR@"
config.target_triple = "@TARGET_TRIPLE@"
# Make sure any custom vars defined above that are required in lit.local.cfg
# files are made available.
def on_clone(parent, clone, path):
clone.extra_tools_src_dir = parent.extra_tools_src_dir
config.on_clone = on_clone
lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/Unit/lit.cfg")