diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-19 12:47:53 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-19 12:47:53 +0000 |
commit | baecbb82d8f4478fde181d5b215f98226dabc222 (patch) | |
tree | e2a1b6a8f9cd1d4e1e5908a3c193fe6aa0969388 /test/Object | |
parent | e94e4ca5fd94de185a840e9237b3b483f62342a8 (diff) |
Only run the tests in test/Object/ARM if we have ARM support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r-- | test/Object/ARM/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Object/ARM/lit.local.cfg b/test/Object/ARM/lit.local.cfg new file mode 100644 index 0000000000..5fc35d8054 --- /dev/null +++ b/test/Object/ARM/lit.local.cfg @@ -0,0 +1,3 @@ +targets = set(config.root.targets_to_build.split()) +if not 'ARM' in targets: + config.unsupported = True |