From 01889a472a11503c4eeb247a496fa01eb2fa3605 Mon Sep 17 00:00:00 2001 From: Javed Absar Date: Mon, 5 Jun 2017 10:53:26 +0000 Subject: [PATCH] Move ARM specific test to ELF/ARM dir Moving ARM specific test clang-section.s from MC/ELF to MC/ELF/ARM Buildbots reported failures on commit https://reviews.llvm.org/rL304705 Full details are available at: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/10333 llvm-svn: 304706 --- test/MC/ELF/{ => ARM}/clang-section.s | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/MC/ELF/{ => ARM}/clang-section.s (100%) diff --git a/test/MC/ELF/clang-section.s b/test/MC/ELF/ARM/clang-section.s similarity index 100% rename from test/MC/ELF/clang-section.s rename to test/MC/ELF/ARM/clang-section.s