[PATCH] D29681: Handle -G as an alias to -shared

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 14:26:37 PST 2017


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





More information about the llvm-commits mailing list