[llvm] r209577 - AArch64/ARM64: move ARM64 into AArch64's place

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon May 26 03:42:17 PDT 2014


This change has left a bunch of empty directories under
lib/Target/ARM64. I guess it's a git-svn artifact, and you meant to
remove lib/Target/ARM64 completely, right?


On Sun, May 25, 2014 at 4:54 AM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Sat, May 24, 2014 at 5:50 AM, Tim Northover <tnorthover at apple.com> wrote:
>>
>> Author: tnorthover
>> Date: Sat May 24 07:50:23 2014
>> New Revision: 209577
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=209577&view=rev
>> Log:
>> AArch64/ARM64: move ARM64 into AArch64's place
>>
>> This commit starts with a "git mv ARM64 AArch64" and continues out
>> from there, renaming the C++ classes, intrinsics, and other
>> target-local objects for consistency.
>>
>> "ARM64" test directories are also moved, and tests that began their
>> life in ARM64 use an arm64 triple, those from AArch64 use an aarch64
>> triple. Both should be equivalent though.
>>
>> This finishes the AArch64 merge, and everyone should feel free to
>> continue committing as normal now.
>
>
> Awesome news. Please make sure to add some comprehensive release notes about
> this (what went into it, etc).
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list