[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)
commit086a472dbed9911f83add781e020cb49c89829d0
tree3c421c5b53b3333dc235e1abd69c63639a380c0f
parent3797adb94fdc6b747cb0e97a64b15b931f2533b8
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp