[asan] while generating the description of a global variable, emit the module name...
authorKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2013 08:04:55 +0000 (08:04 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2013 08:04:55 +0000 (08:04 +0000)
commitc4722a65a55a98bd8f4d49d2d7b4ac0411b01055
tree1fe929a13059e06ae8c8f848a010f2635e072a27
parent2bed8472d13c4a917895752817ed38fa95722a13
[asan] while generating the description of a global variable, emit the module name in a separate field, thus not duplicating this information if every description. This decreases the binary size (observed up to 3%). https://code.google.com/p/address-sanitizer/issues/detail?id=168 . This changes the asan API version. compiler-rt part, llvm-part will follow

llvm-svn: 177253
compiler-rt/lib/asan/asan_interface_internal.h
compiler-rt/lib/asan/asan_report.cc