summaryrefslogtreecommitdiff
path: root/test/MC/MachO
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-12-04 17:00:11 +0000
committerEli Bendersky <eliben@google.com>2012-12-04 17:00:11 +0000
commita790bc12c147fb716d6979c2279e95e0379eb090 (patch)
tree37392599baa745c4a65e7ca89cb95e78b83478ed /test/MC/MachO
parenta39504d307f153e8d548b27519ee3a1b27d6a4df (diff)
downloadllvm-a790bc12c147fb716d6979c2279e95e0379eb090.tar.gz
llvm-a790bc12c147fb716d6979c2279e95e0379eb090.tar.bz2
llvm-a790bc12c147fb716d6979c2279e95e0379eb090.tar.xz
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
Diffstat (limited to 'test/MC/MachO')
-rw-r--r--test/MC/MachO/ARM/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/ARM/lit.local.cfg b/test/MC/MachO/ARM/lit.local.cfg
index 89764637fe..9f0d39d921 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: