From owner-svn-src-projects@freebsd.org Thu Aug 2 20:28:10 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0620104F0CD for ; Thu, 2 Aug 2018 20:28:10 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96B397AAF8; Thu, 2 Aug 2018 20:28:10 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7457016990; Thu, 2 Aug 2018 20:28:10 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w72KSA3q018511; Thu, 2 Aug 2018 20:28:10 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w72KSAth018510; Thu, 2 Aug 2018 20:28:10 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201808022028.w72KSAth018510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Thu, 2 Aug 2018 20:28:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r337174 - projects/clang700-import/contrib/llvm/tools/lld/docs X-SVN-Group: projects X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: projects/clang700-import/contrib/llvm/tools/lld/docs X-SVN-Commit-Revision: 337174 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 20:28:11 -0000 Author: emaste Date: Thu Aug 2 20:28:09 2018 New Revision: 337174 URL: https://svnweb.freebsd.org/changeset/base/337174 Log: ld.lld.1: restore option note from FreeBSD r329003 Modified: projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 Modified: projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 ============================================================================== --- projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 Thu Aug 2 20:25:51 2018 (r337173) +++ projects/clang700-import/contrib/llvm/tools/lld/docs/ld.lld.1 Thu Aug 2 20:28:09 2018 (r337174) @@ -25,6 +25,17 @@ is a drop-in replacement for the GNU BFD and gold link It accepts most of the same command line arguments and linker scripts as GNU linkers. .Pp +Many options have both a single-letter and long form. +When using the long form options other than those beginning with the +letter +.Cm o +may be specified using either one or two dashes preceding the option name. +Long options beginning with +.Cm o +require two dashes to avoid confusion with the +.Fl o Ar path +option. +.Pp These options are available: .Bl -tag -width indent .It Fl -allow-multiple-definition