From b86448c669e8456e09e48be1bc8b23bf890b8432 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Fri, 16 Dec 2016 11:59:52 +0000 Subject: [PATCH] [ELF] - Accept --sort-section=xxx command form. --sort-section=xxx is the same as --sort-section xxx, was found in one of FreeBSD ports. llvm-svn: 289938 --- lld/ELF/Options.td | 1 + lld/test/ELF/linkerscript/sort.s | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 1bf6490..98505e6 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -275,6 +275,7 @@ def alias_script_T: JoinedOrSeparate<["-"], "T">, Alias