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

and then dumping as tests.

llvm-svn: 180010
This commit is contained in:
Eric Christopher 2013-04-22 10:45:06 +00:00
parent ef3cd7a6ae
commit f565498668
1 changed files with 1 additions and 1 deletions

View File

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