[compiler-rt] [scudo] Refactor allocator config to support optional flags (PR #81805)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 16:24:16 PST 2024


================
@@ -0,0 +1,123 @@
+//===-- allocator_config.def ------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines all the flags and types supported in Scudo.
----------------
cferris1000 wrote:

It would be good mention these as explicitly configuration flags.

https://github.com/llvm/llvm-project/pull/81805


More information about the llvm-commits mailing list