From a790bc12c147fb716d6979c2279e95e0379eb090 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 4 Dec 2012 17:00:11 +0000 Subject: [PATCH] A test in thid directory was not being run because lit.local.cfg didn't include .ll files. Fix that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169283 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/MachO/ARM/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/MachO/ARM/lit.local.cfg b/test/MC/MachO/ARM/lit.local.cfg index 89764637feb..9f0d39d9217 100644 --- a/test/MC/MachO/ARM/lit.local.cfg +++ b/test/MC/MachO/ARM/lit.local.cfg @@ -1,4 +1,4 @@ -config.suffixes = ['.s'] +config.suffixes = ['.s', '.ll'] targets = set(config.root.targets_to_build.split()) if not 'ARM' in targets: -- 2.34.1