Add .ll as a valid test suffix for Object, this allows .ll -> object
authorEric Christopher <echristo@gmail.com>
Mon, 22 Apr 2013 10:45:06 +0000 (10:45 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 22 Apr 2013 10:45:06 +0000 (10:45 +0000)
and then dumping as tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180010 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/lit.local.cfg

index df9b335dd1310f7fc47e987a09d10534ffb9180d..b2439b2d1b7999d4a2f0e2ca60e84bc2c0f4f6bc 100644 (file)
@@ -1 +1 @@
-config.suffixes = ['.test']
+config.suffixes = ['.test', '.ll']