[PATCH] D39461: [scudo] Implement stricter separation of C vs C++

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 12:37:05 PDT 2017


cryptoad updated this revision to Diff 121036.
cryptoad added a comment.

Adding the UBSan runtimes to the Shared library rule.


https://reviews.llvm.org/D39461

Files:
  lib/scudo/CMakeLists.txt
  test/scudo/alignment.c
  test/scudo/alignment.cpp
  test/scudo/double-free.cpp
  test/scudo/interface.cpp
  test/scudo/lit.cfg
  test/scudo/malloc.cpp
  test/scudo/memalign.c
  test/scudo/memalign.cpp
  test/scudo/mismatch.cpp
  test/scudo/options.cpp
  test/scudo/overflow.c
  test/scudo/overflow.cpp
  test/scudo/preinit.c
  test/scudo/preinit.cpp
  test/scudo/preload.c
  test/scudo/preload.cpp
  test/scudo/quarantine.c
  test/scudo/quarantine.cpp
  test/scudo/random_shuffle.cpp
  test/scudo/realloc.cpp
  test/scudo/secondary.c
  test/scudo/secondary.cpp
  test/scudo/sized-delete.cpp
  test/scudo/sizes.cpp
  test/scudo/threads.c
  test/scudo/threads.cpp
  test/scudo/tsd_destruction.c
  test/scudo/tsd_destruction.cpp
  test/scudo/valloc.c
  test/scudo/valloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39461.121036.patch
Type: text/x-patch
Size: 30188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/e17eeacc/attachment.bin>


More information about the llvm-commits mailing list