[PATCH] D57412: [scudo] Initial standalone skeleton check-in
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 14:34:31 PST 2019
cryptoad updated this revision to Diff 184611.
cryptoad added a comment.
- s/necessary/necessarily
- actually make the private members of the list class `private`
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57412/new/
https://reviews.llvm.org/D57412
Files:
cmake/config-ix.cmake
lib/CMakeLists.txt
lib/scudo/standalone/
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/atomic_helpers.h
lib/scudo/standalone/empty.cc
lib/scudo/standalone/internal_defs.h
lib/scudo/standalone/list.h
lib/scudo/standalone/platform.h
lib/scudo/standalone/tests/
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/atomic_test.cc
lib/scudo/standalone/tests/list_test.cc
lib/scudo/standalone/tests/scudo_unit_test_main.cc
test/scudo/CMakeLists.txt
test/scudo/standalone/
test/scudo/standalone/CMakeLists.txt
test/scudo/standalone/unit/
test/scudo/standalone/unit/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57412.184611.patch
Type: text/x-patch
Size: 32283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/994da4c9/attachment.bin>
More information about the llvm-commits
mailing list