From a30d1d4acd9e29b5bca18b7e27db1067fe6432eb Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 27 Aug 2015 20:05:46 +0000 Subject: [PATCH] Rename this file to have a processor suffix to help identify. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246196 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{attr-target.c => attr-target-x86.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{attr-target.c => attr-target-x86.c} (100%) diff --git a/test/CodeGen/attr-target.c b/test/CodeGen/attr-target-x86.c similarity index 100% rename from test/CodeGen/attr-target.c rename to test/CodeGen/attr-target-x86.c -- 2.50.1