[PATCH] D65029: [Driver] Support for disabling sanitizer runtime linking

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 4 01:37:16 PDT 2019


phosek updated this revision to Diff 213235.
phosek added a comment.

One more change, I went with `-fsanitize-runtime` and `-fno-sanitize-runtime` in the end which seems like the best fit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65029/new/

https://reviews.llvm.org/D65029

Files:
  clang/include/clang/Driver/Options.td
  clang/include/clang/Driver/SanitizerArgs.h
  clang/lib/Driver/SanitizerArgs.cpp
  clang/test/Driver/sanitizer-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65029.213235.patch
Type: text/x-patch
Size: 6073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190804/d1a80d76/attachment.bin>


More information about the cfe-commits mailing list