[llvm-bugs] [Bug 28223] New: [MS] MSVC does not provide vtable symbols for explicit template instantiations
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 20 17:38:44 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28223
Bug ID: 28223
Summary: [MS] MSVC does not provide vtable symbols for explicit
template instantiations
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: rnk at google.com
CC: llvm-bugs at lists.llvm.org
Blocks: 12477
Classification: Unclassified
Consider:
template <typename T> struct Foo {
virtual void f() {}
};
template struct Foo<int>;
There is no vftable symbol in MSVC's output, only a symbol for Foo<int>::f.
--
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/20160621/10ca6e1a/attachment.html>
More information about the llvm-bugs
mailing list