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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs