[PATCH] D92078: [asan] Default to -asan-use-private-alias=1

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 14:20:01 PST 2020


MaskRay updated this revision to Diff 309058.
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: cfe-commits, sunfish, aheejin, dschuff.
Herald added a project: clang.

Fix two clang/test/CodeGen tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92078

Files:
  clang/test/CodeGen/asan-globals-odr.cpp
  clang/test/CodeGen/asan-static-odr.cpp
  compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
  compiler-rt/test/asan/TestCases/Linux/odr-vtable.cpp
  compiler-rt/test/asan/TestCases/Linux/odr_c_test.c
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/global_metadata.ll
  llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
  llvm/test/Instrumentation/AddressSanitizer/local_alias.ll
  llvm/test/Instrumentation/AddressSanitizer/odr-check-ignore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92078.309058.patch
Type: text/x-patch
Size: 14273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201202/31b046bf/attachment.bin>


More information about the llvm-commits mailing list