[all-commits] [llvm/llvm-project] 39f928: [scudo] Remove disableMemoryTagChecksTestOnly
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Jun 4 12:38:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39f928ed01fde8604515421c5438c3ecb537fbf2
https://github.com/llvm/llvm-project/commit/39f928ed01fde8604515421c5438c3ecb537fbf2
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/memtag.h
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
Log Message:
-----------
[scudo] Remove disableMemoryTagChecksTestOnly
And replace with ScopedDisableMemoryTagChecks.
Differential Revision: https://reviews.llvm.org/D103708
Commit: 07c92b2e958191a43464a5ca08933be56d72f2df
https://github.com/llvm/llvm-project/commit/07c92b2e958191a43464a5ca08933be56d72f2df
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/memtag.h
M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
A compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h
Log Message:
-----------
[scudo] Add memtag_test
Differential Revision: https://reviews.llvm.org/D103074
Compare: https://github.com/llvm/llvm-project/compare/72177e9fa536...07c92b2e9581
More information about the All-commits
mailing list