[PATCH] D44708: [test] Adding config initialization to lit tests in clang-tools-extra

Julie Hockett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 16:25:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL328060: [lit] Adding config initialization to lit tests in clang-tools-extra (authored by juliehockett, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D44708?vs=139201&id=139221#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44708

Files:
  clang-tools-extra/trunk/test/lit.site.cfg.in


Index: clang-tools-extra/trunk/test/lit.site.cfg.in
===================================================================
--- clang-tools-extra/trunk/test/lit.site.cfg.in
+++ clang-tools-extra/trunk/test/lit.site.cfg.in
@@ -23,5 +23,7 @@
     key, = e.args
     lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
 
+ at LIT_SITE_CFG_IN_FOOTER@
+
 # Let the main config do the real work.
 lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/lit.cfg")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44708.139221.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/f3ec8891/attachment.bin>


More information about the llvm-commits mailing list