[PATCH] D28498: [asan] Make ASan compatible with linker dead stripping on Linux.

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 17:26:11 PST 2017


eugenis updated this revision to Diff 85222.
eugenis added a comment.

Added a new metadata, !associated, to mark asan globals.


Repository:
  rL LLVM

https://reviews.llvm.org/D28498

Files:
  docs/LangRef.rst
  include/llvm/IR/LLVMContext.h
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/IR/LLVMContext.cpp
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/global_metadata.ll
  test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
  test/Instrumentation/AddressSanitizer/instrument_global.ll
  test/ThinLTO/X86/lazyload_metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28498.85222.patch
Type: text/x-patch
Size: 13546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170121/4f7af1e3/attachment-0001.bin>


More information about the llvm-commits mailing list