From fa7b1e24e51e94f29a3d0d33a0b1dd329024d5b4 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 18 Sep 2013 13:56:16 +0000 Subject: [PATCH] A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They should be excluded when XCore is not built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190938 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/xcore/lit.local.cfg | 3 +++ test/Transforms/SLPVectorizer/xcore/lit.local.cfg | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/Transforms/LoopVectorize/xcore/lit.local.cfg create mode 100644 test/Transforms/SLPVectorizer/xcore/lit.local.cfg diff --git a/test/Transforms/LoopVectorize/xcore/lit.local.cfg b/test/Transforms/LoopVectorize/xcore/lit.local.cfg new file mode 100644 index 00000000000..4d17d464204 --- /dev/null +++ b/test/Transforms/LoopVectorize/xcore/lit.local.cfg @@ -0,0 +1,3 @@ +targets = set(config.root.targets_to_build.split()) +if not 'XCore' in targets: + config.unsupported = True diff --git a/test/Transforms/SLPVectorizer/xcore/lit.local.cfg b/test/Transforms/SLPVectorizer/xcore/lit.local.cfg new file mode 100644 index 00000000000..4d17d464204 --- /dev/null +++ b/test/Transforms/SLPVectorizer/xcore/lit.local.cfg @@ -0,0 +1,3 @@ +targets = set(config.root.targets_to_build.split()) +if not 'XCore' in targets: + config.unsupported = True