davide added inline comments. ================ Comment at: test/ELF/g-is-shared.s:5 + +# The -G option without any value is equivalent to -G. +# RUN: ld.lld -G %t.o -o %t.so ---------------- You mean equivalent to `-shared` ? https://reviews.llvm.org/D29681