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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
note-noalloc2.s
blob
d09cb8ee851ef0af8628233c4847e7db16424ffa
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3
# RUN: ld.lld %t.o -o %t
4
# RUN: llvm-readobj -l %t | FileCheck %s
5
6
## Check we do not create a PT_NOTE segment for non-allocatable note section.
7
8
# CHECK-NOT: PT_NOTE
9
10
.section .note,
""
,@note
11
.quad 0