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]
/
lld
/
test
/
ELF
/
gdb-index-no-debug.s
blob
fce4f54c21dea14dac68d75bc48d2cd8e75b4546
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3
# RUN: ld.lld -o %t.exe --gdb-index %t.o
4
# RUN: llvm-objdump --section-headers %t.exe | FileCheck %s
5
# CHECK-NOT: .gdb_index
6
7
.global _start
8
_start
: