diff options
author | Eli Bendersky <eliben@google.com> | 2012-12-04 17:00:11 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-12-04 17:00:11 +0000 |
commit | a790bc12c147fb716d6979c2279e95e0379eb090 (patch) | |
tree | 37392599baa745c4a65e7ca89cb95e78b83478ed /test/MC/MachO | |
parent | a39504d307f153e8d548b27519ee3a1b27d6a4df (diff) | |
download | external_llvm-a790bc12c147fb716d6979c2279e95e0379eb090.zip external_llvm-a790bc12c147fb716d6979c2279e95e0379eb090.tar.gz external_llvm-a790bc12c147fb716d6979c2279e95e0379eb090.tar.bz2 |
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.cfg | 2 |
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 8976463..9f0d39d 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: |