[PATCH] D71772: [scudo][standalone] Support __BIONIC__
Christopher Ferris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 11:11:25 PST 2019
cferris added a comment.
I verified this fixes the case of building bionic on linux, and it also builds properly in the normal android build.
================
Comment at: compiler-rt/lib/scudo/standalone/platform.h:12
+// Transtive includes of stdint.h specify some of the defines checked below.
+#include <stdint.h>
----------------
Transitive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71772/new/
https://reviews.llvm.org/D71772
More information about the llvm-commits
mailing list