[llvm-bugs] [Bug 43721] New: ld64.lld does not handle -v (print linker information)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 19 08:08:24 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43721

            Bug ID: 43721
           Summary: ld64.lld does not handle -v (print linker information)
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: MachO
          Assignee: unassignedbugs at nondot.org
          Reporter: boris at codesynthesis.com
                CC: llvm-bugs at lists.llvm.org

ld64.lld as of version 9.0.0 does not handle -v (nor --version). In contrast,
Apple's ld64 -v prints:

@(#)PROGRAM:ld  PROJECT:ld64-450.3
BUILD 18:45:16 Apr  4 2019
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386
x86_64 x86_64h armv6m armv7k armv7m armv7em
LTO support using: LLVM version 10.0.1, (clang-1001.0.46.4) (static support for
22, runtime is 22)
TAPI support using: Apple TAPI version 10.0.1 (tapi-1001.0.4.1)

It would be nice if this option was recognized and at least something basic
like "LLD X.Y.Z" was printed (similar to other lld driver scripts which all
recognize --version).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191019/d4b0336d/attachment.html>


More information about the llvm-bugs mailing list