[PATCH] D20084: [sanitizer] Initial implementation of a Hardened Allocator

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 10:38:11 PDT 2016


kcc added inline comments.

================
Comment at: docs/HardenedAllocator.rst:80
@@ +79,3 @@
+The allocator static library can be built from the LLVM build tree thanks to
+the "hardened_library" CMake rule. The associated tests can be exercised thanks
+to the "check-hardened_library" CMake rule.
----------------
did you mean hardened_allocator? 


http://reviews.llvm.org/D20084





More information about the llvm-commits mailing list