[PATCH] D121857: [scudo] Don't assume preprocessor macro is defined
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 17:14:08 PDT 2022
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/platform.h:40
-#if __LP64__
#define SCUDO_WORDSIZE 64U
----------------
isn't this evaluates to 0 if not defined?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121857/new/
https://reviews.llvm.org/D121857
More information about the llvm-commits
mailing list