[PATCH] D56886: [safestack] Remove dependency of SafeStack on sanitizer_common
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 17 16:15:37 PST 2019
vitalybuka created this revision.
vitalybuka added reviewers: eugenis, kcc, cryptoad.
Herald added subscribers: jfb, fedor.sergeev, krytarowski, mgorny.
SafeStack needs just few functions from there, but sanitizer_common
introduces conflicts with other runtimes, e.g. SCUDO.
Repository:
rL LLVM
https://reviews.llvm.org/D56886
Files:
compiler-rt/lib/safestack/CMakeLists.txt
compiler-rt/lib/safestack/safestack.cc
compiler-rt/lib/safestack/safestack_platform.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56886.182413.patch
Type: text/x-patch
Size: 10288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190118/ad82786b/attachment.bin>
More information about the llvm-commits
mailing list