[PATCH] D37788: [ARM] builtins: Do not abort in clear_cache.

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 05:04:27 PDT 2017


manojgupta added a comment.

An example of this idion usage: make_executable() function in https://github.com/pathscale/libunwind/blob/vanilla_pathscale/tests/ia64-test-dyn1.c

I verified that running the above code  in a sample program (with a mmap'ed()'s memory buffer) aborts the program with compiler-rt but not libgcc.


https://reviews.llvm.org/D37788





More information about the llvm-commits mailing list