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-script.s
blob
35ea13a67cc25023cfaf3a7000d80068863a083c
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t1.o %s
3
# RUN: echo "SECTIONS { .foo : { BYTE(0x0) } }" > %t.script
4
# RUN: ld.lld -r %t1.o -script %t.script -o %t2.o
5
# RUN: llvm-readobj --sections %t2.o | FileCheck %s
6
7
# CHECK: Name: .foo