[PATCH] D61385: [scudo][standalone] Introduce the Quarantine
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 11:47:50 PDT 2019
cryptoad updated this revision to Diff 198319.
cryptoad marked an inline comment as done.
cryptoad added a comment.
Addressing Matt's comments:
- changing some initializers to `initLinkerInitialized`. This also required implementing a no-op version of this function for `StaticSpinMutex`
- changed a `%d` to `%zd`
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61385/new/
https://reviews.llvm.org/D61385
Files:
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/mutex.h
lib/scudo/standalone/quarantine.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/quarantine_test.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61385.198319.patch
Type: text/x-patch
Size: 18759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/672c425c/attachment.bin>
More information about the llvm-commits
mailing list