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
[ELF] Make SyntheticSection parameter order match InputSection
[llvm-project.git]
/
lld
/
test
/
ELF
/
empty-archive.s
blob
72232415a588848024ac1540aa04d9954c1862c7
1
//
REQUIRES
:
x86
2
//
RUN
:
llvm-ar rc
%
t.
a
3
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64-pc-linux
%
s
-
o
%
t.o
4
//
RUN
:
ld.lld
-
shared
%
t.o
%
t.
a
-
o
/
dev
/
null