From c4354a3c1812b2e170cefa74ce00a77f5fedef5c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 7 Apr 2016 21:10:09 +0000 Subject: [PATCH] ELF: Define -S as an alias for --strip-debug. llvm-svn: 265723 --- lld/ELF/Options.td | 1 + lld/test/ELF/strip-debug.s | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 1cd250e5f2ff..2129296a433f 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -189,6 +189,7 @@ def alias_soname_soname : Separate<["-"], "soname">, Alias; def alias_script_T : JoinedOrSeparate<["-"], "T">, Alias