[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 18:08:53 PST 2017


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

+ globaldce support for !associated


Repository:
  rL LLVM

https://reviews.llvm.org/D28498

Files:
  docs/LangRef.rst
  include/llvm/IR/LLVMContext.h
  include/llvm/Transforms/IPO/GlobalDCE.h
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/IR/LLVMContext.cpp
  lib/Transforms/IPO/GlobalDCE.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
  test/Transforms/GlobalDCE/associated.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28498.85227.patch
Type: text/x-patch
Size: 17390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170121/5f7de0a0/attachment.bin>


More information about the llvm-commits mailing list