repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
MachO
/
ARM
/
build-version-encode.s
blob
d68f226cc9cc679394a02b6e8cba2b53796b3c78
1
//
RUN
:
llvm-mc
%
s
-
triple x86_64-apple-tvos
-
filetype
=
obj | llvm-readobj
--
macho-version-min | FileCheck
%
s
2
3
.build_version tvos,1,2,3
4
//
CHECK
:
MinVersion
{
5
//
CHECK
:
Cmd
:
LC_BUILD_VERSION
6
//
CHECK
:
Size
:
24
7
//
CHECK
:
Platform
:
tvos
8
//
CHECK
:
Version
:
1.2.3
9
//
CHECK
:
SDK
:
n
/
a
10
//
CHECK
: }