Displaying 2 results from an estimated 2 matches for "libdecod".
Did you mean:
libdecode
2004 Oct 17
1
[LLVMdev] question about Insert callInst to call a function in library.
...in. And this call function is able to call the a function of the external library which I could create as I want( just using C style). And I can write decode pass, but I don't know how to build a library as the way you mentioned. Actually, I was thinking the pass I wrote is a dynamic library as libdecode.so. So could I use it? if not, how to build the library you mentioned? I thought the library you mentioned should be similar with the pass. However, I have no idea how combine them?
Thanks
Qiuyu
2004 Oct 19
1
[LLVMdev] Re:question about Insert callInst to call a function in library
...ll the a function of the external
> > library which I could create as I want( just using C style). And I can
> > write decode pass, but I don't know how to build a library as the way
> > you mentioned. Actually, I was thinking the pass I wrote is a dynamic
> > library as libdecode.so. So could I use it? if not, how to build the
> > library you mentioned? I thought the library you mentioned should be
> > similar with the pass. However, I have no idea how combine them?
>
> Yes, this is no problem. The profiling instrumentation inserts function
> calls w...