Home | History | Annotate | Download | only in ARM
      1 // RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | macho-dump | FileCheck %s
      2 
      3 // Test the formation of the version-min load command in the MachO.
      4 // use a nonsense but well formed version.
      5 .ios_version_min 99,8,7
      6 // CHECK:  (('command', 37)
      7 // CHECK:   ('size', 16)
      8 // CHECK:   ('version, 6490119)
      9 // CHECK:   ('reserved, 0)
     10 // CHECK:  ),
     11