From 6b04d06ed366cf95e7628af1d4d0de08b21371c1 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 6 Dec 2013 00:37:21 +0000 Subject: [PATCH] Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2 These files require preprocessing, so their name should end with a capital S. llvm-svn: 196555 --- .../{UnwindRegistersRestore_.s => UnwindRegistersRestore.S} | 2 +- .../Unwind/{UnwindRegistersSave_.s => UnwindRegistersSave.S} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename libcxxabi/src/Unwind/{UnwindRegistersRestore_.s => UnwindRegistersRestore.S} (99%) rename libcxxabi/src/Unwind/{UnwindRegistersSave_.s => UnwindRegistersSave.S} (99%) diff --git a/libcxxabi/src/Unwind/UnwindRegistersRestore_.s b/libcxxabi/src/Unwind/UnwindRegistersRestore.S similarity index 99% rename from libcxxabi/src/Unwind/UnwindRegistersRestore_.s rename to libcxxabi/src/Unwind/UnwindRegistersRestore.S index fb6be617b005..5e24e0da05bb 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersRestore_.s +++ b/libcxxabi/src/Unwind/UnwindRegistersRestore.S @@ -1,4 +1,4 @@ -//===-------------------- UnwindRegistersRestore.s ------------------------===// +//===-------------------- UnwindRegistersRestore.S ------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/libcxxabi/src/Unwind/UnwindRegistersSave_.s b/libcxxabi/src/Unwind/UnwindRegistersSave.S similarity index 99% rename from libcxxabi/src/Unwind/UnwindRegistersSave_.s rename to libcxxabi/src/Unwind/UnwindRegistersSave.S index 834e2600696a..674f8133705d 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersSave_.s +++ b/libcxxabi/src/Unwind/UnwindRegistersSave.S @@ -1,4 +1,4 @@ -//===------------------------ UnwindRegistersSave.s -----------------------===// +//===------------------------ UnwindRegistersSave.S -----------------------===// // // The LLVM Compiler Infrastructure // -- GitLab