Mercurial > hg > CbC > CbC_llvm
view test/MC/MachO/osx-version-min-load-command.s @ 85:5e5d649e25d2
Update LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Feb 2015 15:19:25 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
line wrap: on
line source
// RUN: llvm-mc -triple x86_64-apple-darwin %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. .macosx_version_min 25,3,1 // CHECK: (('command', 36) // CHECK: ('size', 16) // CHECK: ('version, 1639169) // CHECK: ('sdk, 0) // CHECK: ),