[asan] while generating the description of a global variable, emit the module name...
authorKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2013 08:05:29 +0000 (08:05 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2013 08:05:29 +0000 (08:05 +0000)
commitbd016bb614b437c1dfc45d34e7ae21e960b8a0ec
tree586d3b5bb8053a9ec47856ada90888ee22c72b30
parentc4722a65a55a98bd8f4d49d2d7b4ac0411b01055
[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. llvm-part

llvm-svn: 177254
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp