Displaying 3 results from an estimated 3 matches for "getmetadataty".
Did you mean:
getmetadata
2010 Aug 06
1
[LLVMdev] How to access Debug Type Information (from Cbackend)
...and have found the class type I
want to know the base classes for in the table.
How do I go about extracting this (debug) information?
I'm stuck here:
if(StructType* pST=dyn_cast<StructType*>(I)) //check it's a struct
(or class)
{
LLVMContext c;
pST->getMetadataTy(c); //get the context
//how do I get the debug info
//how do I enumerate the base classes??
//MDNode *N=c.getMDKindID("dbg");
I spend some time looking at the doxygen docu etc but didn't find a
useful hint.
Thx,
Alex
2010 Aug 06
0
[LLVMdev] [LLVMDev] [Patch] a utils/GenLibDeps.pl patch for running it on Windows
Hello
> I foundĀ utils/GenLibDeps.pl cann't run on Windows, so I fix it, made a patch
> on svn-110435. I submit this patch, hope it can be accepted.
It definitely works for me on windows (not only for me, but for many
others too). Which problems you're seeing?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Aug 06
3
[LLVMdev] [LLVMDev] [Patch] a utils/GenLibDeps.pl patch for running it on Windows
Hi
I found utils/GenLibDeps.pl cann't run on Windows, so I fix it, made a patch
on svn-110435. I submit this patch, hope it can be accepted.
Thanks for your time.
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100806/d2e10f3e/attachment.html>
-------------- next part --------------
A