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

            Bug ID: 28349
           Summary: "unknown version name ... used as a dependency" error
                    with empty version definition hierarchies
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: ema...@freebsd.org
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

In FreeBSD version maps we sometimes have hierarchies that add no new symbols,
for example:

FBSD_1.1 {
global:
        GSS_C_NT_ANONYMOUS;
        ...
} FBSD_1.0;

FBSD_1.2 {
} FBSD_1.1;

FBSD_1.3 {
} FBSD_1.2;

FBSD_1.4 {
} FBSD_1.3;

FBSDprivate_1.0 {
global:
        ...
        _gss_mg_collect_error;
local:
        *;
} FBSD_1.4;

LLD reports errors for this case:
unknown version name FBSD_1.3 used as a dependency
unknown version name FBSD_1.4 used as a dependency

-- 
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