This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 593fb7e Bitcode: Do not create FNENTRYs for aliases of functions. new fcc3459 [asan] Delay creation of asan ctor. new 9d13481 [asan] Put ctor/dtor in comdat. new 7bfedca [asan] Fix dead stripping of globals on Linux.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Utils/ModuleUtils.h | 14 ++ lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 35 +--- .../Instrumentation/AddressSanitizer.cpp | 184 +++++++++++++++++---- lib/Transforms/Utils/ModuleUtils.cpp | 50 +++++- .../AddressSanitizer/global_metadata.ll | 14 +- .../AddressSanitizer/global_metadata_darwin.ll | 6 +- .../AddressSanitizer/instrument_global.ll | 6 +- .../AddressSanitizer/instrument_load_then_store.ll | 4 +- .../Instrumentation/AddressSanitizer/no-globals.ll | 12 ++ 9 files changed, 246 insertions(+), 79 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/no-globals.ll