ruiu added a comment. LGTM ================ Comment at: test/ELF/linkerscript/linkerscript.s:43 +# RUN: ld.lld -L %T %t.script %t +# RUN: llvm-readobj %t.out > /dev/null + ---------------- You don't need this readobj. https://reviews.llvm.org/D27831