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: unassignedb...@nondot.org
          Reporter: d...@golovin.in
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to