1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 661989b8e1
commit 95e5e9b173

View File

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