[libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S

Nico Weber thakis at chromium.org
Thu Dec 5 16:42:37 PST 2013


r196554 / r196555, thanks!


On Thu, Dec 5, 2013 at 4:34 PM, Nick Kledzik <kledzik at apple.com> wrote:

>
> On Dec 5, 2013, at 4:24 PM, Nico Weber <thakis at chromium.org> wrote:
>
> Hi,
>
> the files UnwindRegisters*.s require preprocessing. According to
> http://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html , they should be
> called .S, not .s (and we got build errors if we don't do this). Is this ok?
>
> Renaming a file in case only is a bit tricky in svn, so if this is fine,
> I'll first rename them to UnwindRegisters*_.s (with a _) and then rename
> them to UnwindRegisters*.S in a second commit.
>
>
> This is fine with me.
>
> -Nick
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131205/3d104b04/attachment.html>


More information about the cfe-commits mailing list