Hello,
I have an includec like

X=  terralib.includecstring [[
            SEXP counter(SEXP );
    ]]'

I would like to chck if 'counter' can be resolved.

For example, if counter is not resolved, this happens

LLVM ERROR: Program used external function 'collect' which could not be
resolved!

But, X.counter != nil, X.count is a <terra function>.

How can i check if it has been resolved?

On a related but separate note, if program P loads a library  L via
dyn.load, can L view all the symbols of P?

Cheers
Saptarshi
_______________________________________________
terralang mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/terralang

Reply via email to