[llvm] r224720 - [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Ramkumar Ramachandra
artagnon at gmail.com
Wed Jan 14 12:30:56 PST 2015
Vasileios Kalintiris wrote:
> The problem is that on a 32-bit Big Endian machine, the "usable" union field holds the upper part of the address
> that we get from LLVMGetGlobalValueAddress or LLVMGetFunctionAddress in tests gva and gfa respectively.
I'm curious: What about the other unions in the file that are part of
other tests?
More information about the llvm-commits
mailing list