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

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 16:07:23 PDT 2016


Ping.

On Tue, Apr 5, 2016 at 11:46 AM NAKAMURA Takumi <geek4civic at gmail.com>
wrote:

> Tom, may I commit it into release_38?
> It has been preventing "lit --use-processes" on windows.
>
> 2016-02-16 17:13 GMT+09:00 NAKAMURA Takumi via cfe-commits
> <cfe-commits at lists.llvm.org>:
> > Author: chapuni
> > Date: Tue Feb 16 02:13:36 2016
> > New Revision: 260944
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=260944&view=rev
> > Log:
> > clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I guess it
> has been unused since r188006.
> >
> > Modified:
> >     clang-tools-extra/trunk/test/Unit/lit.site.cfg.in
> >
> > Modified: clang-tools-extra/trunk/test/Unit/lit.site.cfg.in
> > URL:
> http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/Unit/lit.site.cfg.in?rev=260944&r1=260943&r2=260944&view=diff
> >
> ==============================================================================
> > --- clang-tools-extra/trunk/test/Unit/lit.site.cfg.in (original)
> > +++ clang-tools-extra/trunk/test/Unit/lit.site.cfg.in Tue Feb 16
> 02:13:36 2016
> > @@ -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")
> >
> >
> > _______________________________________________
> > cfe-commits mailing list
> > cfe-commits at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160523/a091bc98/attachment-0001.html>


More information about the cfe-commits mailing list