[LLVMdev] Android JIT patch
Caldarale, Charles R
Chuck.Caldarale at unisys.com
Thu Nov 14 14:20:13 PST 2013
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Kaylor, Andrew
> Subject: Re: [LLVMdev] Android JIT patch
> What do you think of this?
> #define EXPOSE_STATIC_FUNCTION (fn) if (Name == #fn) return (uint64_t)&fn;
I think you'll need to remove the space between *_FUNCTION and the parenthesis.
- Chuck
More information about the llvm-dev
mailing list