repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
MachO
/
ARM
/
build-version-encode.s
blob
4bc6665e58aa83413c1ee83f5b64557d7d717053
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
: }