[PATCH] D58439: [obj2yaml][yaml2obj]Locate all tests, including .yaml and .test

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 06:29:57 PST 2019


jhenderson updated this revision to Diff 187562.
jhenderson retitled this revision from "[obj2yaml]Locate tests ending in .yaml" to "[obj2yaml][yaml2obj]Locate all tests, including .yaml and .test".
jhenderson edited the summary of this revision.
jhenderson added a comment.

Update config files.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58439/new/

https://reviews.llvm.org/D58439

Files:
  test/tools/obj2yaml/lit.local.cfg
  test/tools/yaml2obj/lit.local.cfg


Index: test/tools/yaml2obj/lit.local.cfg
===================================================================
--- test/tools/yaml2obj/lit.local.cfg
+++ test/tools/yaml2obj/lit.local.cfg
@@ -1 +1 @@
-config.suffixes = ['.yaml']
+config.suffixes.add('.yaml')
Index: test/tools/obj2yaml/lit.local.cfg
===================================================================
--- test/tools/obj2yaml/lit.local.cfg
+++ test/tools/obj2yaml/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes.add('.yaml')


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58439.187562.patch
Type: text/x-patch
Size: 485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/6f779793/attachment.bin>


More information about the llvm-commits mailing list