From 59288a4196f70721eb5be7b6e03cad6d020c1170 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 30 Jan 2015 09:53:37 +0000 Subject: [PATCH] Introduce llvm/test/LTO/ARM for arm-specific LTO test(s). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227563 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/ARM/lit.local.cfg | 2 ++ test/LTO/{ => ARM}/runtime-library-subtarget.ll | 0 2 files changed, 2 insertions(+) create mode 100644 test/LTO/ARM/lit.local.cfg rename test/LTO/{ => ARM}/runtime-library-subtarget.ll (100%) diff --git a/test/LTO/ARM/lit.local.cfg b/test/LTO/ARM/lit.local.cfg new file mode 100644 index 00000000000..20e19aeb06f --- /dev/null +++ b/test/LTO/ARM/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'ARM' in config.root.targets: + config.unsupported = True diff --git a/test/LTO/runtime-library-subtarget.ll b/test/LTO/ARM/runtime-library-subtarget.ll similarity index 100% rename from test/LTO/runtime-library-subtarget.ll rename to test/LTO/ARM/runtime-library-subtarget.ll -- 2.34.1