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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
clang-section-macho.ll
blob
1c23f4c0a14435495e93f26494faa7d51d7ca9a6
1
;RUN: llc -mtriple=arm64-apple-ios %s -o - | FileCheck %s
2
3
define dso_local void @foo() #0 {
4
entry:
5
ret void
6
}
7
8
attributes #0 = { "implicit-section-name"="__TEXT,__mytext" }
9
10
; CHECK: .section __TEXT,__mytext
11
; CHECK-NEXT: .globl _foo