[all-commits] [llvm/llvm-project] 7ad4de: [scudo] Use require_constant_initialization
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Apr 29 09:52:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ad4dee3e733d820115f44cecce73ceb64c76450
https://github.com/llvm/llvm-project/commit/7ad4dee3e733d820115f44cecce73ceb64c76450
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/internal_defs.h
M compiler-rt/lib/scudo/standalone/list.h
M compiler-rt/lib/scudo/standalone/local_cache.h
M compiler-rt/lib/scudo/standalone/mutex.h
M compiler-rt/lib/scudo/standalone/options.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/quarantine.h
M compiler-rt/lib/scudo/standalone/secondary.h
M compiler-rt/lib/scudo/standalone/stack_depot.h
M compiler-rt/lib/scudo/standalone/stats.h
M compiler-rt/lib/scudo/standalone/tsd.h
M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
M compiler-rt/lib/scudo/standalone/wrappers_c.cpp
M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
Log Message:
-----------
[scudo] Use require_constant_initialization
Attribute guaranties safe static initialization of globals.
Differential Revision: https://reviews.llvm.org/D101514
More information about the All-commits
mailing list