From 6de47d611edfb2b0a67a5f7105f82c4b24c1a014 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 13 Aug 2012 21:32:42 +0000 Subject: [PATCH] Rename test since it's not linux-specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161792 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/{stack-protector-linux.ll => stack-protector.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/X86/{stack-protector-linux.ll => stack-protector.ll} (100%) diff --git a/test/CodeGen/X86/stack-protector-linux.ll b/test/CodeGen/X86/stack-protector.ll similarity index 100% rename from test/CodeGen/X86/stack-protector-linux.ll rename to test/CodeGen/X86/stack-protector.ll -- 2.34.1