[ELF] Make SyntheticSection parameter order match InputSection
[llvm-project.git] / lld / test / ELF / empty-archive.s
blob72232415a588848024ac1540aa04d9954c1862c7
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