From 403bdd7c513232e3ec62a4cb6f97effbc4416b1b Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Fri, 7 Jan 2011 19:00:05 +0000 Subject: [PATCH] Drop the _darwin/_svr4 suffixes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123004 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{bool_test_darwin.c => bool_test.c} | 0 test/CodeGen/{va_list_test_svr4.c => va_list_test.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{bool_test_darwin.c => bool_test.c} (100%) rename test/CodeGen/{va_list_test_svr4.c => va_list_test.c} (100%) diff --git a/test/CodeGen/bool_test_darwin.c b/test/CodeGen/bool_test.c similarity index 100% rename from test/CodeGen/bool_test_darwin.c rename to test/CodeGen/bool_test.c diff --git a/test/CodeGen/va_list_test_svr4.c b/test/CodeGen/va_list_test.c similarity index 100% rename from test/CodeGen/va_list_test_svr4.c rename to test/CodeGen/va_list_test.c -- 2.50.1