[cfe-commits] [PATCH] ASan: support for zero-based shadow for PIE binaries (Clang part).

Alexey Samsonov samsonov at google.com
Thu Jan 17 03:10:41 PST 2013


  Rename flag to "-fsanitize-address-zero-base-shadow" according to kcc's suggestion
  and let user make zero base shadow available on his own. For now I leave the warning
  if -fsanitize-address-zero-base-shadow is passed to linker w/o -pie.

Hi rsmith, kcc,

http://llvm-reviews.chandlerc.com/D303

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D303?vs=707&id=720#toc

Files:
  lib/Frontend/CompilerInvocation.cpp
  lib/Driver/SanitizerArgs.h
  lib/Driver/Tools.cpp
  lib/CodeGen/BackendUtil.cpp
  test/Driver/fsanitize.c
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D303.2.patch
Type: text/x-patch
Size: 11389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130117/25fbc576/attachment.bin>


More information about the cfe-commits mailing list