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
/
relocatable-eh-frame-hdr.s
blob
02a4c5fc793bc3f910eb9898bd73315f89ba7641
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3
# RUN: ld.lld --eh-frame-hdr -r %t.o -o %t
4
# RUN: llvm-readobj -S %t | FileCheck %s
5
6
# CHECK: Sections [
7
# CHECK-NOT: Name: .eh_frame_hdr
8
9
.section .foo,
"ax"
,@progbits
10
.cfi_startproc
11
.cfi_endproc