[llvm-bugs] [Bug 30268] New: lld treats "operator delete[]" as a wildcard

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Sep 3 05:11:18 PDT 2016


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

            Bug ID: 30268
           Summary: lld treats "operator delete[]" as a wildcard
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

While testing linking linking FreeBSD/amd64 with lld at r280548, lld produces:

unsupported wildcard: operator delete[](void*)

from this snippet of libc++ version script:

...
GLIBCXX_3.4 {                                                                   
    extern "C++" {                                                              
        "operator delete[](void*)";                                             
        "operator delete(void*)";                                               
...

-- 
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/20160903/d7a1741b/attachment.html>


More information about the llvm-bugs mailing list