[llvm-bugs] [Bug 38978] New: Support -z nodefaultlib

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 17 13:04:53 PDT 2018


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

            Bug ID: 38978
           Summary: Support -z nodefaultlib
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: dima at golovin.in
                CC: llvm-bugs at lists.llvm.org

Currently using this flag is producing the following error:

    ld.lld: error: unknown -z value: nodefaultlib

This is the description of what it should do:

    -z nodefaultlib

    Marks the object so that the runtime default library
    search path (used after any LD_LIBRARY_PATH or runpaths)
    is ignored. This option implies that all dependencies of
    the object can be satisfied from its runpath.

-- 
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/20180917/29e62e10/attachment.html>


More information about the llvm-bugs mailing list