[all-commits] [llvm/llvm-project] d69395: [scudo] Handle predefined M_MEMTAG_TUNING_* consta...
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Tue Jun 22 17:40:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d693957e58ff498dba7ef1d05c08849693abff35
https://github.com/llvm/llvm-project/commit/d693957e58ff498dba7ef1d05c08849693abff35
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/include/scudo/interface.h
Log Message:
-----------
[scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).
Bionic <malloc.h> may provide the definitions of M_MEMTAG_TUNING_* constants.
Do not redefine them in that case.
Differential Revision: https://reviews.llvm.org/D104758
More information about the All-commits
mailing list