[llvm-commits] [compiler-rt] r163313 - /compiler-rt/trunk/lib/asan/tests/asan_test.cc

Eric Christopher echristo at apple.com
Thu Sep 13 18:16:19 PDT 2012


On Sep 6, 2012, at 5:50 AM, Evgeniy Stepanov <eugeni.stepanov at gmail.com> wrote:

> -#if !defined(__APPLE__) && !defined(ANDROID)
> +#if !defined(__APPLE__) && !defined(ANDROID) && !defined(__ANDROID__)

You can have either of these defined and not both?

>   // fprintf(stderr, "posix_memalign\n");

Debugging code?

-eric



More information about the llvm-commits mailing list