Add .ll as a valid test suffix for Object, this allows .ll -> object

and then dumping as tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-04-22 10:45:06 +00:00
parent 8d8ac09bfb
commit 4f40fa324c

View File

@ -1 +1 @@
config.suffixes = ['.test']
config.suffixes = ['.test', '.ll']