[PATCH] D35098: [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM space

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 13:53:19 PDT 2017


vitalybuka added inline comments.


================
Comment at: lib/asan/asan_linux.cc:80
 
+uptr FindDynamicShadowStart() {
+  UNREACHABLE("FindDynamicShadowStart is not available");
----------------
Maybe it's better to not define function at all and trigger linking error?


https://reviews.llvm.org/D35098





More information about the llvm-commits mailing list