[llvm] r204198 - Move yet another test that requires ARM to an ARM test directory.
Jim Grosbach
grosbach at apple.com
Tue Mar 18 16:22:22 PDT 2014
Whoops! Sorry about that. Thanks.
On Mar 18, 2014, at 4:12 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Tue Mar 18 18:12:09 2014
> New Revision: 204198
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204198&view=rev
> Log:
> Move yet another test that requires ARM to an ARM test directory.
>
> Added:
> llvm/trunk/test/MC/MachO/ARM/ios-version-min-load-command.s
> - copied, changed from r204197, llvm/trunk/test/MC/MachO/ios-version-min-load-command.s
> Removed:
> llvm/trunk/test/MC/MachO/ios-version-min-load-command.s
>
> Copied: llvm/trunk/test/MC/MachO/ARM/ios-version-min-load-command.s (from r204197, llvm/trunk/test/MC/MachO/ios-version-min-load-command.s)
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/ARM/ios-version-min-load-command.s?p2=llvm/trunk/test/MC/MachO/ARM/ios-version-min-load-command.s&p1=llvm/trunk/test/MC/MachO/ios-version-min-load-command.s&r1=204197&r2=204198&rev=204198&view=diff
> ==============================================================================
> (empty)
>
> Removed: llvm/trunk/test/MC/MachO/ios-version-min-load-command.s
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/ios-version-min-load-command.s?rev=204197&view=auto
> ==============================================================================
> --- llvm/trunk/test/MC/MachO/ios-version-min-load-command.s (original)
> +++ llvm/trunk/test/MC/MachO/ios-version-min-load-command.s (removed)
> @@ -1,10 +0,0 @@
> -// RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | macho-dump | FileCheck %s
> -
> -// Test the formation of the version-min load command in the MachO.
> -// use a nonsense but well formed version.
> -.ios_version_min 99,8,7
> -// CHECK: (('command', 37)
> -// CHECK: ('size', 16)
> -// CHECK: ('version, 6490119)
> -// CHECK: ('reserved, 0)
> -// CHECK: ),
>
>
> _______________________________________________
> 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