search for: __ztin4llvm9mcasminfoe

Displaying 2 results from an estimated 2 matches for "__ztin4llvm9mcasminfoe".

2012 Dec 10
2
[LLVMdev] typeinfo for llvm::MCAsmInfo is missing
...ruby<char const *>(tripleName); llvm::MCAsmInfo *MAI = target.createMCAsmInfo(triple); return to_ruby<llvm::MCAsmInfo>(*MAI); } The problem here, is it's ok to use llvm::MCAsmInfo objects, but as soon as I use it in the cast (e.g. to_ruby), I immediately get an undefined symbol __ZTIN4llvm9MCAsmInfoE. Similar symbols for other llvm classes are there in my library's .o file, this one does not. Any hints? -- Vladimir Pouzanov http://www.farcaller.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4454...
2012 Dec 10
0
[LLVMdev] typeinfo for llvm::MCAsmInfo is missing
...; > > llvm::MCAsmInfo *MAI = target.createMCAsmInfo(triple); > return to_ruby<llvm::MCAsmInfo>(*MAI); > } > > The problem here, is it's ok to use llvm::MCAsmInfo objects, but as soon as I use it in the cast (e.g. to_ruby), I immediately get an undefined symbol __ZTIN4llvm9MCAsmInfoE. Similar symbols for other llvm classes are there in my library's .o file, this one does not. > > Any hints? > > -- > Vladimir Pouzanov > http://www.farcaller.net/ > > > _______________________________________________ > LLVM Developers mailing list > LLVMde...