Hi,

I have a utility function I've defined in blah.rsh file and an
implementation in blah.rs file. The function takes an argument by
pointer and thus cannot be exported since there's no way to represent
this function in Java. I would like to use said function in foo.rs. I
know of the workaround to declare the function with static linkage but
then the symbol won't be available for linking with other objects,
i.e. the one resulting from foo.rs.

Is there some sort of magic I can use (a #pragma maybe) to tell llvm-
rs-cc not to reflect a function in Java?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to