[LLVMdev] [llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
Chris Lattner
clattner at apple.com
Tue Jun 5 21:56:47 PDT 2012
On Jun 4, 2012, at 10:01 AM, Török Edwin wrote:
> On 06/04/2012 02:00 PM, yangzhi0104 at sohu.com wrote:
>> Hello Guys,
>>
>> From this morning, I have been always trying PrintFunctionNames - an example of clang, but during compiling I was always meeting "__ZTIN5clang15PluginASTActionE", referenced from:
>> __ZTI24PrintFunctionNamesAction in PrintFunctionNames.cpp.o.
>>
>> In fact, I didn't have "__ZTIN5clang15PluginASTActionE" in the symbol table, only I have was "__ZTVN5clang15PluginASTActionE".
>>
>> So, could you tell me what's going on and how to fix it?
>
> Hi,
>
> I don't think that sending questions to llvm-announce@ is appropriate,
> discussion should happen on llvmdev at .
FWIW, this was my mistake moderating the post, I didn't notice that it was sent to llvm-announce, sorry about that.
-Chris
More information about the llvm-dev
mailing list