From 422399f9c7fbc7fadad79919e487431bdd2a4017 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 26 May 2016 18:35:45 +0000 Subject: [PATCH] Add test/CodeGen/MIR/Hexagon/lit.local.cfg Require that Hexagon is a registered target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270887 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/MIR/Hexagon/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/CodeGen/MIR/Hexagon/lit.local.cfg diff --git a/test/CodeGen/MIR/Hexagon/lit.local.cfg b/test/CodeGen/MIR/Hexagon/lit.local.cfg new file mode 100644 index 00000000000..cc6a7edf05f --- /dev/null +++ b/test/CodeGen/MIR/Hexagon/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'Hexagon' in config.root.targets: + config.unsupported = True -- 2.11.0