[llvm] r204198 - Move yet another test that requires ARM to an ARM test directory.

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 18 16:12:09 PDT 2014


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:  ),





More information about the llvm-commits mailing list