[LLVMdev] Compiling LLVM libraries for Android
Bjorn Reese
breese at mail1.stofanet.dk
Thu Nov 18 12:26:29 PST 2010
On 2010-11-18 15:30, Jerome GORIN wrote:
> I'm facing the problem that there gcc compiler doesn't
> support __clear_cache function of Memory.cpp (line 699) for the librarie
> LLVMSystem. Is there a way to bypass this limitation without puts a
> comment on this line?
The function must be ported to Android.
See how at http://code.google.com/p/android/issues/detail?id=1803
You may need to embed the code inside an #if defined(__ANDROID__)
block.
More information about the llvm-dev
mailing list