yangzhi0104 at sohu.com
2012-Jun-04 11:00 UTC
[llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
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?Thanks,Jeffrey. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-announce/attachments/20120604/9c72b9e8/attachment.html>
Török Edwin
2012-Jun-04 17:01 UTC
[LLVMdev] [llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
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 . Best regards, --Edwin
陳韋任 (Wei-Ren Chen)
2012-Jun-05 03:24 UTC
[LLVMdev] [llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
CC'ed to llvmdev mailng list. Post your question on llvmdev at cs.uiuc.edu next time. :) On Mon, Jun 04, 2012 at 07:00:33PM +0800, 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? > > Thanks, > Jeffrey. >> _______________________________________________ > llvm-announce mailing list > llvm-announce at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce-- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
Chris Lattner
2012-Jun-06 04:56 UTC
[LLVMdev] [llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
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
Maybe Matching Threads
- Have you guys met an issue about "typeinfo & vtable"?
- [LLVMdev] [llvm-announce] Have you guys met an issue about "typeinfo & vtable"?
- [LLVMdev] Have you guys met this issue about "typeinfo" & "vtable" of ASTConsumer and PluginASTAction?
- [LLVMdev] Have you guys met this issue about "typeinfo" & "vtable" of, ASTConsumer and PluginASTAction?
- [LLVMdev] Is it possible to convert C++ code to C++/CX code via a plugin of clang?