[all-commits] [llvm/llvm-project] 5cf495: [scudo] Move getPageSize() decl to common.h header...

Roland McGrath via All-commits all-commits at lists.llvm.org
Fri Sep 5 11:48:59 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cf4959b2121aac82f86b10a2c9b9faa74fedda9
      https://github.com/llvm/llvm-project/commit/5cf4959b2121aac82f86b10a2c9b9faa74fedda9
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2025-09-05 (Fri, 05 Sep 2025)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/common.cpp
    M compiler-rt/lib/scudo/standalone/common.h

  Log Message:
  -----------
  [scudo] Move getPageSize() decl to common.h header (#157146)

The getPageSize() function is defined in the platform-specific
source files but used in common.cpp.  Every function used across
files should be declared in a header so the same declaration is
in scope for the callers and the definition.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list