From 216022a44ea3c8f44b5ebb7cf275c242b4ae008c Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 5 Feb 2019 20:12:48 +0000 Subject: [PATCH] Move some llvm-mc tests where they belong git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353211 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{Assembler => MC/RISCV}/empty-string.s | 0 test/{Assembler => MC/X86}/return-column.s | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{Assembler => MC/RISCV}/empty-string.s (100%) rename test/{Assembler => MC/X86}/return-column.s (100%) diff --git a/test/Assembler/empty-string.s b/test/MC/RISCV/empty-string.s similarity index 100% rename from test/Assembler/empty-string.s rename to test/MC/RISCV/empty-string.s diff --git a/test/Assembler/return-column.s b/test/MC/X86/return-column.s similarity index 100% rename from test/Assembler/return-column.s rename to test/MC/X86/return-column.s -- 2.40.0