[PATCH] D74364: [GWP-ASan] Update alignment on Android.
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 09:56:45 PST 2020
cryptoad added inline comments.
================
Comment at: compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp:87
+ }
+}
----------------
I am getting a gcc error here:
control reaches end of non-void function [-Werror=return-type]
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