9 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t1.o3# RUN: ld.lld -shared -o %t1 --script %s %t1.o4# RUN: llvm-readobj %t1 > /dev/null5 6SECTIONS {7 .aaa : { SORT(CONSTRUCTORS) } 8}9 1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t1.o3# RUN: ld.lld -shared -o %t1 --script %s %t1.o4# RUN: llvm-readobj %t1 > /dev/null5 6SECTIONS {7 .aaa : { SORT(CONSTRUCTORS) } 8}9