[PATCH] D74364: [GWP-ASan] Update alignment on Android.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 10:24:28 PST 2020


hctim marked 2 inline comments as done.
hctim added inline comments.


================
Comment at: compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp:87
+  }
+}
 
----------------
cryptoad wrote:
> I am getting a gcc error here:
> control reaches end of non-void function [-Werror=return-type]
gcc's warning is wrong here (all paths lead to return), but i can fix it anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74364/new/

https://reviews.llvm.org/D74364





More information about the llvm-commits mailing list