[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/11793] Add suggestion to error "undefined reference to `vtable f
From: |
manu at gcc dot gnu.org |
Subject: |
[Bug ld/11793] Add suggestion to error "undefined reference to `vtable for XXX'" |
Date: |
Thu, 25 Aug 2022 09:18:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=11793
--- Comment #8 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
For completeness, this is what LLD says:
ld.lld: error: undefined symbol: vtable for A
>>> referenced by example.cpp:7
>>> /tmp/example-5d8b98.o:(A::A())
>>> the vtable symbol may be undefined because the class is missing its key
>>> function (see https://lld.llvm.org/missingkeyfunction)
which seems better
--
You are receiving this mail because:
You are on the CC list for the bug.