From: Eric Christopher Date: Mon, 22 Apr 2013 10:45:06 +0000 (+0000) Subject: Add .ll as a valid test suffix for Object, this allows .ll -> object X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4f40fa324c16fd9a03f1b916dfc4c0c4bab228fa;p=oota-llvm.git 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 --- 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']