[llvm-commits] [llvm] r169283 - /llvm/trunk/test/MC/MachO/ARM/lit.local.cfg

Eli Bendersky eliben at google.com
Tue Dec 4 09:00:11 PST 2012


Author: eliben
Date: Tue Dec  4 11:00:11 2012
New Revision: 169283

URL: http://llvm.org/viewvc/llvm-project?rev=169283&view=rev
Log:
A test in thid directory was not being run because lit.local.cfg didn't
include .ll files. Fix that.


Modified:
    llvm/trunk/test/MC/MachO/ARM/lit.local.cfg

Modified: llvm/trunk/test/MC/MachO/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/ARM/lit.local.cfg?rev=169283&r1=169282&r2=169283&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/MC/MachO/ARM/lit.local.cfg Tue Dec  4 11:00:11 2012
@@ -1,4 +1,4 @@
-config.suffixes = ['.s']
+config.suffixes = ['.s', '.ll']
 
 targets = set(config.root.targets_to_build.split())
 if not 'ARM' in targets:





More information about the llvm-commits mailing list