From eade7630a7b4cac1dbefbe3600458b4267a8ff3a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 1 Dec 2015 10:07:37 +0000 Subject: [PATCH] Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86-64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254396 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{Generic => X86}/safestack-byval.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{Generic => X86}/safestack-byval.ll (100%) diff --git a/test/DebugInfo/Generic/safestack-byval.ll b/test/DebugInfo/X86/safestack-byval.ll similarity index 100% rename from test/DebugInfo/Generic/safestack-byval.ll rename to test/DebugInfo/X86/safestack-byval.ll -- 2.34.1