From 4f40fa324c16fd9a03f1b916dfc4c0c4bab228fa Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 22 Apr 2013 10:45:06 +0000 Subject: [PATCH] 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 --- test/Object/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Object/lit.local.cfg b/test/Object/lit.local.cfg index df9b335dd13..b2439b2d1b7 100644 --- a/test/Object/lit.local.cfg +++ b/test/Object/lit.local.cfg @@ -1 +1 @@ -config.suffixes = ['.test'] +config.suffixes = ['.test', '.ll']