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

Eric Christopher echristo at gmail.com
Mon Apr 22 03:45:06 PDT 2013


Author: echristo
Date: Mon Apr 22 05:45:06 2013
New Revision: 180010

URL: http://llvm.org/viewvc/llvm-project?rev=180010&view=rev
Log:
Add .ll as a valid test suffix for Object, this allows .ll -> object
and then dumping as tests.

Modified:
    llvm/trunk/test/Object/lit.local.cfg

Modified: llvm/trunk/test/Object/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/lit.local.cfg?rev=180010&r1=180009&r2=180010&view=diff
==============================================================================
--- llvm/trunk/test/Object/lit.local.cfg (original)
+++ llvm/trunk/test/Object/lit.local.cfg Mon Apr 22 05:45:06 2013
@@ -1 +1 @@
-config.suffixes = ['.test']
+config.suffixes = ['.test', '.ll']





More information about the llvm-commits mailing list