[LLVMdev] __clear_cache on arm
Eric Christopher
echristo at apple.com
Tue Jun 28 16:33:13 PDT 2011
On Jun 22, 2011, at 12:41 PM, Damjan Marion wrote:
>
> Hi,
>
> What is the reason for excluding clear_cache.c from ARM builds of compiler_rt?
>
It's unnecessary on darwin since the main use is dealing with trampolines and we don't support them on the OS. If you do need it for your OS then constructing a build set for it and including it shouldn't be a problem.
-eric
More information about the llvm-dev
mailing list