From 0af45bd7156267a1397f204bcd0d18d356dc8142 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Thu, 4 Dec 2014 04:28:38 +0000 Subject: [PATCH] [Hexagon] Adding lit exception if Hexagon isn't built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223335 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Disassembler/Hexagon/lit.local.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/MC/Disassembler/Hexagon/lit.local.cfg diff --git a/test/MC/Disassembler/Hexagon/lit.local.cfg b/test/MC/Disassembler/Hexagon/lit.local.cfg new file mode 100644 index 00000000000..6500d4dd7d5 --- /dev/null +++ b/test/MC/Disassembler/Hexagon/lit.local.cfg @@ -0,0 +1,3 @@ +if not 'Hexagon' in config.root.targets: + config.unsupported = True + -- 2.50.1