diff options
author | Roland McGrath <mcgrathr@google.com> | 2025-09-05 11:48:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-05 11:48:38 -0700 |
commit | 5cf4959b2121aac82f86b10a2c9b9faa74fedda9 (patch) | |
tree | 87316ec44dc78950f439bcacd4762e2c9e191b40 /llvm/lib/IR/Module.cpp | |
parent | 97086d6fdacf67327a65317826955bab377aafc0 (diff) | |
download | llvm-5cf4959b2121aac82f86b10a2c9b9faa74fedda9.zip llvm-5cf4959b2121aac82f86b10a2c9b9faa74fedda9.tar.gz llvm-5cf4959b2121aac82f86b10a2c9b9faa74fedda9.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions